Subject Re: [IBO] Column Headings and Hints
Author Helen Borrie
At 01:01 PM 21-08-02 +1000, I wrote:

>In IBO, data drives controls, not vice versa. If you don't set
>FieldsDisplayLabel props for a column, it will use the SQL column name.
>
>You can set this prop at global level on the connection component (e.g.
>IBODatabase or IB_Connection: it's a stringlist, one line per column, format
>
>tablename.columnname="MY CAPTION"

Sorry, typo, those quotes should be single-quotes, not double.

tablename.columnname='MY CAPTION'

Helen (in haste)