Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to change the index order in REPORT FORM
Message
 
To
05/01/2010 04:15:03
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01442080
Message ID:
01442087
Views:
37
>Hi,
>I want to change the index order of a table in the report form FRX before running it.
>
>Please advise how to change it.
>
>Thanks.

Change it before calling the REPORT FORM command
lcOrder = ORDER("YourTable")
SET ORDER TO NewOrder
REPORT FORM .....
SET ORDER TO &lcOrder
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform