Subject | Re: [IBO] Saving and loading queries FieldIndex and FieldDisplayWidth values |
---|---|
Author | Andreas Pohl |
Post date | 2007-07-31T05:41:09Z |
Hallo Elmar Knoerzer,
I subclassed TIB_Query and TIB_Connection and introduced events
TIBP_Connection.OnBeforeIBPQueryOpen and
TIBP_Connection.OnBeforeIBPQueryClose to load and save settings.
HTH.
--
Andreas
> Hi,take a look to DoBeforeOpen() and DoBeforeClose() of TIB_Query;
> 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.
I subclassed TIB_Query and TIB_Connection and introduced events
TIBP_Connection.OnBeforeIBPQueryOpen and
TIBP_Connection.OnBeforeIBPQueryClose to load and save settings.
HTH.
--
Andreas