Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want to delete my active cursor?
Message
From
10/10/2000 12:00:13
 
 
To
10/10/2000 11:37:09
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00427287
Message ID:
00427345
Views:
15
>Robert,
>
>I'm really curious here because I can issue the statement twice:
>
SELECT * FROM MyTable INTO CURSOR MyCursor
>SELECT * FROM MyTable INTO CURSOR MyCursor
without any errors.
>
>Did you perhaps do a USE AGAIN ... ALIAS MyCursor? That would give an error.
>
>
>
>>In vfp60, I have the following code:
>>select * from mytable into cursor mycursor...
>>I use this line of code more than once in my program...
>>When I try to use this line a code for the second time, I get an error message saying...Alias name afready in use...I need to delete mycursor before I run the select statement...how do I delete my cursor?
Cindy,
I use this statement...
SELECT * FROM temp INTO CURSOR temp
...and... when I changed the second temp...to another name..it worked fine...
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform