Subject RE: [IBO] Column Headings and Hints
Author Malcolm Smith
I was looking at FieldsGridLabel, need to look a few more rows up the Object
Inspector.

Although there is a lot of help file it is a little 'bare-bones'.

You meantioned:

tablename.columnname="MY CAPTION"

This is more useful to us beginners than what is in the help file:

"Use the standard format for making column entries."

Just my 'IBO Beginners' observation.


Malcolm Smith
MJ Freelancing
ABN: 30 671 763 146
http://www.mjfreelancing.com

CORintel
ABN: 30 336 110 329


-----Original Message-----
From: Helen Borrie [mailto:helebor@...]
Sent: Wednesday, 21 August 2002 13:01
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] Column Headings and Hints


At 12:03 PM 21-08-02 +1000, you wrote:
>I cannot work out which component is used to set the column headings in the
>TIB_Grid component.

"Use the data, Luke, Use the data!"

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 cannot
>determine which/where to set it.

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"


>Also, I'm trying to set the hints for the navigation/transaction bars. I
>found a heap of hint type entries in the query component editor but they
did
>nothing.

I don't have time to research that one today as, amongst a raft of other
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



___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/