Subject | Re: [IBO] DB Key and exporting |
---|---|
Author | Dmitry Beloshistov |
Post date | 2005-10-26T16:29:46Z |
Hello, Cao!
You wrote to <IBObjects@yahoogroups.com> on Wed, 26 Oct 2005 16:00:44 +0200:
CA> When a query is written the result sometimes shows a db_key column
CA> in
CA> IB_Grid
CA> The queries are dynamic and are written by the users to allow them
CA> to do quick reporting and exporting of data
CA> How do I prevent this column from showing as IB_Export falls over
CA> whenever this column is shown
IB_Query.FieldsVisible.Add('RDB$DB_KEY=FALSE');
IB_Query.FieldsVisible.Add('DB_KEY=FALSE');
WBR,Dmitry Beloshistov AKA [-=BDS=-]
You wrote to <IBObjects@yahoogroups.com> on Wed, 26 Oct 2005 16:00:44 +0200:
CA> When a query is written the result sometimes shows a db_key column
CA> in
CA> IB_Grid
CA> The queries are dynamic and are written by the users to allow them
CA> to do quick reporting and exporting of data
CA> How do I prevent this column from showing as IB_Export falls over
CA> whenever this column is shown
IB_Query.FieldsVisible.Add('RDB$DB_KEY=FALSE');
IB_Query.FieldsVisible.Add('DB_KEY=FALSE');
WBR,Dmitry Beloshistov AKA [-=BDS=-]