Subject | RE: [IBO] Re-Ordering columns |
---|---|
Author | Kaputnik |
Post date | 2002-04-18T20:51:25Z |
Take a look into IBD_Restructure.pas and see how its done there.
CU,
Nick Josipovic
BIT Institute
Prof. Dr. Franz Steffens
University of Mannheim
Am Victoriaturm 2
68163 Mannheim
Germany
Tel: ++49 621 12 68 30 25
Mob: ++49 179 133 44 16
Sec: ++49 621 12 68 30 10
Fax: ++49 621 12 68 30 09
nick.josipovic@...
CU,
Nick Josipovic
BIT Institute
Prof. Dr. Franz Steffens
University of Mannheim
Am Victoriaturm 2
68163 Mannheim
Germany
Tel: ++49 621 12 68 30 25
Mob: ++49 179 133 44 16
Sec: ++49 621 12 68 30 10
Fax: ++49 621 12 68 30 09
nick.josipovic@...
> -----Original Message-----
> From: news@... [mailto:news@...]On Behalf Of Paul
> Gallagher
> Sent: Wednesday, April 17, 2002 6:51 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Re-Ordering columns
>
>
> I need a little help with something.
>
> I have an IB_Grid with multiple columns that can be ordered on. I am
> changing the ordering column external to the grid with a radio box
> control(don't ask why <g>). The ordering column is easy to
> change, but I am
> having a little trouble moving the visual order of the columns in
> the grid.
> I change the FieldIndex order but that does not seem to update to the
> IB_Grid. Is there a procedure I need to call to get the changes made to
> FieldIndex to reflect in the IB_Grid?
>
> Thanks,
> Paul
>