Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo's gotfocus?
Message
De
11/08/2004 04:12:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Combo's gotfocus?
Divers
Thread ID:
00932257
Message ID:
00932257
Vues:
72
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform