Subject | TIBOTable and Order by |
---|---|
Author | Don Gollahon |
Post date | 2004-03-26T21:27:24Z |
Is there a way to get a TIBOTable to use an Order By. I'm surprised it
doesn't have a SQLOrderBy property.
The reason I'm using TIBOTable is it will be accessing a temp table that
is created for doing a report. The table name will therefore change.
The table will be updated slightly before printing. With TIBOTable I
can easily just set the tablename property and edit as needed without
having to change the underlying queries to use the appropriate table
name. I must force it to have a particular order of records for
processing and printing.
IBO 4.3, Delphi 5, Firebird 1.5
Thanks.
Don Gollahon
gollahon@...
"The Original GenSoft Prodigal"
doesn't have a SQLOrderBy property.
The reason I'm using TIBOTable is it will be accessing a temp table that
is created for doing a report. The table name will therefore change.
The table will be updated slightly before printing. With TIBOTable I
can easily just set the tablename property and edit as needed without
having to change the underlying queries to use the appropriate table
name. I must force it to have a particular order of records for
processing and printing.
IBO 4.3, Delphi 5, Firebird 1.5
Thanks.
Don Gollahon
gollahon@...
"The Original GenSoft Prodigal"