Subject | Re: AW: [IBO] IbQuery , IbGrid question |
---|---|
Author | Helen Borrie |
Post date | 2003-10-01T08:53:38Z |
At 10:30 AM 1/10/2003 +0200, you wrote:
Query Editor to specify the columns (including non-visible ones) in the
left-to-right order that you want. This isn't anything particular to IBO -
it's basic SQL technique. However, it happens that IBO -- along with other
interfaces that accept output sets -- needs to get the output in the right
column order for certain things.
In the IBO case, the behaviours of the native controls are "controlled by
the data" - the reverse situation to the VCL, where the controls control
the behaviours of the data sets.
So all of your UI rules for the the data are set in the dataset
objects. If you double-click on an IB_Query or IB_Cursor component, you'll
find a lot of properties there. Look through those - Fields properties and
ColumnAttributes - and experiment with their effects on your ib_grid. (You
can also set most of these properties and attributes in run-time code - see
documentation referred to below).
find more stuff in the TI papers at the TechInfo page of the website, and
working demos in the Samples folder of your IBO installation.
Helen
>Hello Helen,If you want a specific column order, then don't use SELECT *. Use the
>
>sorry for my stupid question, but conserning IBObjects I am still quit a
>newbie.
>Reading your respons, im must be quit easy to do this, but how can I tell
>the grid wich colums do display in wich order?
>The select I use is a "SELECT * FORM...".
Query Editor to specify the columns (including non-visible ones) in the
left-to-right order that you want. This isn't anything particular to IBO -
it's basic SQL technique. However, it happens that IBO -- along with other
interfaces that accept output sets -- needs to get the output in the right
column order for certain things.
In the IBO case, the behaviours of the native controls are "controlled by
the data" - the reverse situation to the VCL, where the controls control
the behaviours of the data sets.
So all of your UI rules for the the data are set in the dataset
objects. If you double-click on an IB_Query or IB_Cursor component, you'll
find a lot of properties there. Look through those - Fields properties and
ColumnAttributes - and experiment with their effects on your ib_grid. (You
can also set most of these properties and attributes in run-time code - see
documentation referred to below).
>Actually, all of this is intensively documented in the GSG. You will also
>Just in general, is there some documentation available, answering this typ
>of questions?
>all I have at the moment is the "gettingstarted.hlp"
find more stuff in the TI papers at the TechInfo page of the website, and
working demos in the Samples folder of your IBO installation.
Helen