Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to SET ORDER TO in read/write cursor?
Message
From
12/04/1999 09:42:40
 
 
To
12/04/1999 09:41:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00207418
Message ID:
00207419
Views:
13
>Hello,
>I have a read/write cursor, which I want to order by certain fields without creating it new. But the syntax seems to fail. I tried to make indexes in the cursor and to SET ORDER TO TAG fieldname, but it gives also an error.
>How can I change the order in my Cursor?
>Thanks for your time!

Select MyCursor
Index On myfield1 Tag mytag1
Index On myfield2 Tag mytag2
Set Order To Tag mytag1
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform