Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo's gotfocus?
Message
From
11/08/2004 04:12:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Combo's gotfocus?
Miscellaneous
Thread ID:
00932257
Message ID:
00932257
Views:
71
I hope someone could help.
There's a form with a combo. I use the code below in the combos' gotfocus event. When the form running and the combo loses and after gets its focus back, I get the error message: "Cannot access the selected table". Why cant I have access to the tables when they are open?


lnCntUsed = AUSED( laUsed )
FOR lnSessCnt = 1 TO lnCntUsed
SELECT ( laUsed[lnSessCnt,2] )
IF CURSORGETPROP( 'Buffering' ) > 1
TABLEREVERT( .T. )
ENDIF
USE
NEXT

USE table1 IN 1
USE table2 IN 2
Next
Reply
Map
View

Click here to load this message in the networking platform