Hi,
The automatic form generated for a query displays a different order for the BO attributes specified in the Query WHERE clause for (Ask at run-time). Is the order of the BO attributes generated in the query form supposed to be in the same order as that specified in the WHERE clause?
I have a query defined as follows
FIND ExpenseDetail WHERE ExpenseDetail.GroupType STARTSWITH ?'Group Type' AND ExpenseDetail.GroupTypeDescription STARTSWITH ?'Group Type Description' AND ExpenseDetail.Type STARTSWITH ?Type AND ExpenseDetail.TypeDescription STARTSWITH ?'Type Description' ORDER BY ExpenseDetail.GroupType,ExpenseDetail.GroupTypeDescription,ExpenseDetail.Type,ExpenseDetail.TypeDescription,ExpenseDetail.FinYear
The query form generated automatically is as follows:
========================
Search Parameters
Specify parameters of the query
Enter parameters for ExpenseDetail
Type:
Group Type:
Group Type Description:
Type Description:
Leave parameters blank to display all items.
=================
How can I fix the order on the automatically generated form?
Regards