AutoSearchFields - HELP !!!
Hi,
I have some very complicated report made and stored in the database.
On thir report there are 3 queries. Two of them linked to the other.
I also have created (for other reports) an autosearchdialog which passes the
values to autosearchfield0, 1, ...4
Here is my propblem. I started with making my queries, but not in the
correct order.
I have to have: Articles - Deliveries - Sales
But i created the tables like
- Deliveries
- Sales
- Articles
So where i need to have autosearchfield nr 1, it's number 4 instead.
So my question: How can I re-order the autosearchfields without starting all
over again with re-building the queries?
(Delphi 7 / SQL Server 2K / RBuilder 7 Enterprise)
Regards,
Wouter Devos
I have some very complicated report made and stored in the database.
On thir report there are 3 queries. Two of them linked to the other.
I also have created (for other reports) an autosearchdialog which passes the
values to autosearchfield0, 1, ...4
Here is my propblem. I started with making my queries, but not in the
correct order.
I have to have: Articles - Deliveries - Sales
But i created the tables like
- Deliveries
- Sales
- Articles
So where i need to have autosearchfield nr 1, it's number 4 instead.
So my question: How can I re-order the autosearchfields without starting all
over again with re-building the queries?
(Delphi 7 / SQL Server 2K / RBuilder 7 Enterprise)
Regards,
Wouter Devos
This discussion has been closed.
Comments
Uncheck all autosearchfields and check them in the order I want.
This solved the problem.
Regards,
Wouter Devos