Subject | Re: [IBO] IB_DBGrid Questions |
---|---|
Author | Dmitry Beloshistov |
Post date | 2002-09-06T06:12:05Z |
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@...
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@...