Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table has no Index order set.......
Message
From
07/07/2000 09:19:10
 
 
To
07/07/2000 02:58:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00389322
Message ID:
00389417
Views:
17
Jimmy,

>...when I place the ORDER BY clause after INTO CURSOR I get the "Unrecognized command verb" error.

Usually that error means that you left out the continuation symbol ";" on the previous line:
SELECT * ;
FROM sometable ;
INTO CURSOR cursorname
ORDER BY somefield
would generate that error.
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform