Subject | Programmatically change displaywidth |
---|---|
Author | mmenaz@lycosmail.com |
Post date | 2001-03-11T10:09:09Z |
Hi, I have to change programmatically display width of a query
column, but I can't understand the syntax!
It should be something like:
dmMain2.qryCustomers.FieldsDisplayWidth[ 'CUST_NAME' ] := 420;
Second, since fields attributes are set at Dataset (i.e. IB_Query)
level, is the above the only way to have two grids using the same
dataset but with different widths and displayed fields? Or there is a
IB_Grid property that overrides the ones set into IB_Query?
Where on hell are the examples in the help file? :))
Marco Menardi
column, but I can't understand the syntax!
It should be something like:
dmMain2.qryCustomers.FieldsDisplayWidth[ 'CUST_NAME' ] := 420;
Second, since fields attributes are set at Dataset (i.e. IB_Query)
level, is the above the only way to have two grids using the same
dataset but with different widths and displayed fields? Or there is a
IB_Grid property that overrides the ones set into IB_Query?
Where on hell are the examples in the help file? :))
Marco Menardi