Subject | RE: [IBO] IB_DBGrid Questions |
---|---|
Author | Jason Fischer |
Post date | 2002-09-06T06:13:36Z |
Is it really that simple?
Thanks
-----Original Message-----
From: Dmitry Beloshistov [mailto:torin@...]
Sent: 06 September 2002 08:12
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] IB_DBGrid Questions
Hello, Jason!
You wrote to "IBObjects (E-mail)" <IBObjects@yahoogroups.com> on Fri, 6 Sep
2002 07:36:10 +0200:
JF> How can I limit the columns that get show.
JF> Basically.
JF> The query returns columns x, y, z.
JF> I just want to show columns x and y.
JF> How do I do this at run time.
with IB_Grid1.GridLinks do
begin
Clear;
Add('X');
Add('Y');
end;
WBR, Dmitry Beloshistov AKA [-=BDS=-]
e-mail: torin@...
___________________________________________________________________________
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/
Thanks
-----Original Message-----
From: Dmitry Beloshistov [mailto:torin@...]
Sent: 06 September 2002 08:12
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] IB_DBGrid Questions
Hello, Jason!
You wrote to "IBObjects (E-mail)" <IBObjects@yahoogroups.com> on Fri, 6 Sep
2002 07:36:10 +0200:
JF> How can I limit the columns that get show.
JF> Basically.
JF> The query returns columns x, y, z.
JF> I just want to show columns x and y.
JF> How do I do this at run time.
with IB_Grid1.GridLinks do
begin
Clear;
Add('X');
Add('Y');
end;
WBR, Dmitry Beloshistov AKA [-=BDS=-]
e-mail: torin@...
___________________________________________________________________________
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/