Save table layout is not working
The save table layout in queries function as described here:
http://feedback.activedbsoft.com/topic/201466-save...
Is not working for me. I am running version 2.10.1.6 and have tried saving both in a file and in the connection; in both cases after closing and re-opening the query, the tables lose their positioning and are rearranged by the app.
Is there something I'm missing?
http://feedback.activedbsoft.com/topic/201466-save...
Is not working for me. I am running version 2.10.1.6 and have tried saving both in a file and in the connection; in both cases after closing and re-opening the query, the tables lose their positioning and are rearranged by the app.
Is there something I'm missing?
Two ideas I can think of would be to store the information in a SQL comment (-- comment) within the sql file itself (squeezing it all into one line would be a bit less visually intrusive), or, save it in a secondary file in the same folder (ie: myQueryName.fsSqlConfig).
Just some ideas for you to consider.