Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No clue for the error
Message
From
30/09/2005 23:28:57
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
30/09/2005 23:21:12
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01053566
Message ID:
01055177
Views:
9
>thanks, I better change my code.
>
>I also have another code:
>
>SELECT * FROM MyTable ;
> INTO CURSOR abcdzzz
>select abcdzzz

The second command is superfluous: the SELECT ... INTO CURSOR will automatically select the newly-created cursor.

By the way, to show code with proper indenting (in UT messages), use the HTML command < PRE >. Press "Reply" to see how I wrote the following:
select * from MyTable;
    into cursor abcdzzz
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform