Subject AW: [IBO] Sorting in IB_Grid
Author Thomas Steinmaurer
Thank you Nick, it works!

Thomas

> -----Ursprungliche Nachricht-----
> Von: Josipovic, Nick [mailto:nick.josipovic@...]
> Gesendet: Donnerstag, 08. Februar 2001 14:47
> An: 'IBObjects@yahoogroups.com'
> Betreff: RE: [IBO] Sorting in IB_Grid
>
>
> Take a look at orderinglinks and orderingitems in the TIB_Dataset itself.
>
> Include the names of the columns in the orderinglinks in the format
> column=itemno.
>
> and the orderingitems will have a format like
> User_Readable_Name=Column;Column;<desc and/or asc>
>
> The grid will itslef know of these links and display them in the title.
> If you still have the IBFiller I sent you, you can take a look at the
> browsing-function of a table and you will see ordering-links in action....
>
> In the addon-directory of IBO there should also be somewhere an
> OrderingItems Property-editor handling this stuff a bit
> graphically...simply
> install the package and click on the ellipsis for the orderingitems in the
> object-inspector....
>
> Nick Josipovic
> Corporate Market Intelligence
>
> Phone: ++49 6227 762945
>
>
> > -----Original Message-----
> > From: Thomas Steinmaurer [mailto:thomas.steinmaurer@...]
> > Sent: Donnerstag, 8. Februar 2001 14:27
> > To: IBObjects@yahoogroups.com
> > Subject: [IBO] Sorting in IB_Grid
> >
> >
> > Maybe I've missed something.
> >
> > Is it possible to order records in an IB_Grid with one click on the
> > title columns of the grid? Something like RxDBGrid does but I don't
> > want to use TDataset compatible IBO data access components!
> >
> > Thanks
> > Thomas
> >
> >
> > ------------------------ Yahoo! Groups Sponsor
> > ---------------------~-~>
> > eGroups is now Yahoo! Groups
> > Click here for more details
> > http://click.egroups.com/1/11231/1/_/685810/_/981638843/
> > --------------------------------------------------------------
> > -------_->
> >
> >
> >
>
>
>
>
>