Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor closes
Message
From
25/09/2000 11:27:54
 
 
To
25/09/2000 11:02:47
Fausto Garcia
Independent Developer
Lima, Peru
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00420458
Message ID:
00420471
Views:
18
>Hi to all,
>I have a form that creates a cursor "cur_a" in its Load method. Then it instances some classes ant then uses and destroys them (using the Destroy method), after of what the "cur_a" cursor becomes unavailable.
>Can anybody explain me what is happening here please?
>Thanks,
>
>Fausto Garcia

I'm guessing that while the cursor's work area is selected, a either USE is being issued or another table is being USEd.

Either that or one of these classes is closing the cursor when it is destroyed.
Set a break point for when USED("cur_a") changes to catch the offender ;)
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform