Subject | Re: [IBO] restore a Querys FieldsDisplayWidth & FieldsIndex at Runtime |
---|---|
Author | Andreas Pohl |
Post date | 2001-11-16T16:45:57Z |
Gruss,
you can stream TIB_Query object (or entire form) and save it to file or blob field.
Mit freundlichem Gruss & Best Regards
Andreas Pohl
apohl@...
www.ibp-consult.com
you can stream TIB_Query object (or entire form) and save it to file or blob field.
Mit freundlichem Gruss & Best Regards
Andreas Pohl
apohl@...
www.ibp-consult.com
----- Original Message -----
From: <stahlberger@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, November 16, 2001 5:09 PM
Subject: [IBO] restore a Querys FieldsDisplayWidth & FieldsIndex at Runtime
> Hi,
> is there a easy methode to restore a Querys FieldsDisplayWidth & FieldsIndex at Runtime?
> the hard way is to save all query-params after create the TDataModule in Stringlists and Restore
> them if used.
>