Subject | Re: [IBO] Column Headings and Hints |
---|---|
Author | Helen Borrie |
Post date | 2002-08-21T03:01:11Z |
At 12:03 PM 21-08-02 +1000, you wrote:
See the FieldsDisplayLabel property - local to dataset or global to the
database.
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"
urgent stuff on my plate, I'm trying to get the online FAQ to run on a
different server. That's chicken-and-egg, since I'm fairly sure there is
an answer to this question in the FAQ....but the FAQ is down until I solve
the server problem.
Helen
>I cannot work out which component is used to set the column headings in the"Use the data, Luke, Use the data!"
>TIB_Grid component.
See the FieldsDisplayLabel property - local to dataset or global to the
database.
>I've looked at the grid component as well as the query component but cannotIn IBO, data drives controls, not vice versa. If you don't set
>determine which/where to set it.
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"
>Also, I'm trying to set the hints for the navigation/transaction bars. II don't have time to research that one today as, amongst a raft of other
>found a heap of hint type entries in the query component editor but they did
>nothing.
urgent stuff on my plate, I'm trying to get the online FAQ to run on a
different server. That's chicken-and-egg, since I'm fairly sure there is
an answer to this question in the FAQ....but the FAQ is down until I solve
the server problem.
Helen