Subject | Re: [IBO] Column Headings and Hints |
---|---|
Author | Jason Wharton |
Post date | 2002-09-01T09:01:49Z |
I don't think there should be any quotes on it. It is simply a stringlist
entry.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
entry.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "Helen Borrie" <helebor@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, August 20, 2002 8:38 PM
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)