Kahuna:
Is this possible within Servoy or is it a case of rolling my own tool to do that on each form for each user?
You should write your own code for that one… it isn’t to hard (although I didn’t do it yet).
Easiest way - to store and recall - is to have a global object which will hold all formnames with element positions attached to it.
This global object could be stored as serialized text in the user record…
mboegem:
Hi Kahuna,
You should write your own code for that one… it isn’t to hard (although I didn’t do it yet).
Easiest way - to store and recall - is to have a global object which will hold all formnames with element positions attached to it.
This global object could be stored as serialized text in the user record…
Thanks Marc - thats sounds rather fancy! Have to look into serialising data - outside of my expertise currently but sounds interesting. Is thre a simple what to determine the current table order?
And one more issue: how do I have reordered columns stick if I have no records in the foundset?
No records - no fields. The field widths are taken from design-time dimensions of elements in that case.