Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extract ORDER BY from cursor
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01346902
Message ID:
01347061
Views:
13
>Thanks all. In the meantime, I figured a way that seems to work. as follows
>
>
>select incident.*, recno('viewgrid') as vrec ;
>    from viewgrid, incident ;
>    where incident.inc_id = viewgrid.inc_id ;
>    order by vrec ;
>    into cursor printjob
>
It's not going to work reliably or at all. See Queries and functions which accept alias as parameter for explanation
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform