Subject | Re: [IBO] Save and Restore IB_Grid Width and Move settings. |
---|---|
Author | Lucas Franzen |
Post date | 2005-06-08T16:22:17Z |
Christopher Hart schrieb:
TIB_StringLists.
You can just use the Commatext property of these StringLists for
retrieving and saving as plain strings.
for example:
myQuery.FieldDisplayWidth := ReadTheValueFromDatabase
myValueInDatabase := myQuery.FieldDisplayWidth;
Luc.
> Users can resize, and move Grid Columns around.IB_queries have FieldsDisplayWidth and FieldsIndex, both are
> What is the proper way to save off the Grid/Query settings as they have
> them
> including moved columns and widths, and
> then restore them the next time they come back to that screen?
TIB_StringLists.
You can just use the Commatext property of these StringLists for
retrieving and saving as plain strings.
for example:
myQuery.FieldDisplayWidth := ReadTheValueFromDatabase
myValueInDatabase := myQuery.FieldDisplayWidth;
Luc.