Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conditionaly Form Release
Message
 
À
28/07/2004 10:26:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00928710
Message ID:
00928721
Vues:
27
Try this:
IF nKeyCode=27 && escape
   IF VARTYPE(thisform.ActiveControl)=="O" .OR. UPPER(thisform.ActiveControl.BaseClass) # "GRID" 
** or If You have two grids if You have two grids - UPPER(thisform.ActiveControl.Name) # "GRID_YOU_WANT_TO_CHECK_NAME"

      thisform.Release()
   ENDIF
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform