Subject | Re: [IBO] Column Sort |
---|---|
Author | Jason Wharton |
Post date | 2002-03-08T18:31:56Z |
No that feature doesn't exist in IBO.
I'm tempted to make a method with an event that you would do yourself to
"resort" the data. There is nothing in IBO which makes this architecturally
difficult.
This is a feature I eventually plan to introduce.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
I'm tempted to make a method with an event that you would do yourself to
"resort" the data. There is nothing in IBO which makes this architecturally
difficult.
This is a feature I eventually plan to introduce.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: <hans@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, March 08, 2002 10:31 AM
Subject: [IBO] Column Sort
> Just a question
>
> Is there a direct way to column sort information
> retrieved by IBOQuerty/IBOTable, whatever is in
> memory? I know that is not BDE, but ASTA has it
> and it avoids issuing another query with a new
> order clause. It is kind of handy to couple to
> a grid header.onclick