Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browsing a table in a form with showwindow property set to 1
Message
De
10/09/2003 04:17:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Browsing a table in a form with showwindow property set to 1
Divers
Thread ID:
00827760
Message ID:
00827760
Vues:
49
i want to open the browse window every time my user press the F2 key when textbox1 got the focus. and display the selected record in the textbox.

so i put this in textbox's keypress event

if nkeycode=-1
use employee
brow
endif

this textbox is contained in a form whose showwindow is set to "in top level"

but if i press the F2 key, i don't see any browse window in my screen..

what should i do?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform