Subject RE: [IBO] Column Headings and Hints
Author Ales Kahanek
I use
tablename.columnname=MY CAPTION
(without quotes at all) with no problem

Ales

> -----Original Message-----
> From: Helen Borrie [mailto:helebor@...]
> Sent: Wednesday, August 21, 2002 5:38 AM
> To: IBObjects@yahoogroups.com
> Subject: Re: [IBO] Column Headings and Hints
>
>
> 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)