Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Requery and Illegal Op.
Message
From
15/07/1998 00:15:26
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
15/07/1998 00:11:32
Larry Long
ProgRes (Programming Resources)
Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00117268
Message ID:
00117459
Views:
16
>If you need to fetch all the reports (I am assuming that the max range is from 1 to 99) then following should work as long as you have EXACT turned off.

You may try using the paren's as shown to tell VFP to evaluate that before running the SQL.

SELECT *;
FROM ofax!orderitems;
WHERE Orderitems.report_num=(?cOrder_ID+"-") ;
ORDER BY Orderitems.report_num
L.A.Long
ProgRes
lalong1@charter.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform