Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Troubles
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00141692
Message ID:
00141731
Views:
18
Sounds like you have a private datasession. If you need to work on - or have access to a cursor - you need to get access to the cursor's data session. You can do this with the Set Datasession command. Be careful when using this command however. Any bound controls on the current form - if any exist - will lose thier reference to their underlying data field. If you do not have any bound controls - it is a moot point.


>Hi all,
>
>I have a form with a moverlist in it. I have a cursor open in a workspace but when I test it the cursor seems to close and I get all kinds of errors when I run a scan...endscan on that cursor. There are no CLOSE TABLE commands anywhere in that method. Also the main form seems to refresh before my click method is done. Main.refresh() is where all tables are closed to prepare for a new search.
>
>I hope I explained this clearly.
>
>TIA
Previous
Reply
Map
View

Click here to load this message in the networking platform