Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No clue for the error
Message
 
 
To
30/09/2005 19:14:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01053566
Message ID:
01055150
Views:
10
It runs because you've table 'abcd' on the path on your computer which the USE command opens, not the cursor 'abcd'. Run following code to see for yourself
CREATE CURSOR mytable ( id int, cc C(10))
SELECT * FROM MyTable ;
	INTO CURSOR abcdzzz NOFILTER
USE abcdzzz ALIAS qwer IN 0    && Error

USE DBF("abcdzzz") AGAIN ALIAS qwer IN 0    && Runs fine


>I used the first one and run very well
>
>USE abcd ALIAS qwer IN 0
>
>just wonder should I change because it already installed in the client site.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform