Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Odd behavior in select's order by
Message
From
20/03/2000 15:30:44
 
 
To
20/03/2000 15:17:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00348064
Message ID:
00348077
Views:
25
Hi Loren,

AFAIK, you can't use function in the order clause. Try something like:
select *,VAL(docno) AS ndocno ;
    from docinfo ;
    into cursor working ;
    order by ndocno
Robert Stralka
I've acquired quite a taste for a well-made mistake... [Fiona Apple]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform