Subject Re: [IBO] AddIndex and ixExpression
Author mspencewasunavailable
--- In IBObjects@yahoogroups.com, "Jason Wharton" <supportlist@...>
wrote:
>
> > I'm converting some code that uses dBase tables. There are a
few
> > instances of expression indexes. TIOBTable doesn't appear to
support
> > this, but ISTM that I could just add a little code in the right
place
> > to do it. Is there something I'm overlooking?
> >
> > If it wasn't done via AddIndex, what would be the best way?
>
> I would add some criteria to your Filter and have it do it.
>
> Jason
>

Not sure what you mean by that. I want to order the table by an
expression, rather than filter out some of the rows and retain the
order they're in.

Mike