Subject | Re: [IBO] Saving and loading queries FieldIndex and FieldDisplayWidth values |
---|---|
Author | Sergio Zoccante |
Post date | 2007-07-30T09:46:32Z |
Hi, Elmar
I made this by a descendant of TForm, which contain a IB_grid linked to
IB_Query...;). And I used the OnFormCreate and OnFormClose events for
loading and saving FieldIndex and FieldDisplayWidth settings.
Sergio
**************
Elmar Knoerzer wrote:
I made this by a descendant of TForm, which contain a IB_grid linked to
IB_Query...;). And I used the OnFormCreate and OnFormClose events for
loading and saving FieldIndex and FieldDisplayWidth settings.
Sergio
**************
Elmar Knoerzer wrote:
>
> Hi,
> it's easy to save and load queries FieldIndex and FieldDisplayWidth
> values with commatext.
>
> Now i like to make a descendant of TIB_Query to do this automatically.
>
> But i found no way to "hook" into the query to do this.
>
> I would like to make a property "querysettings" and if this is true,
> the query should read the FieldIndex and FieldDisplayWidth values out
> of the database best in the beforeprepare event and saving them in the
> beforeclose event.
>
> Has someone an idea how to do this?
>
> Best regards
>
> Elmar
>