Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to bypass the valid method
Message
De
28/12/2009 05:20:05
Mk Sharma
Shrishti Solutions
Mumbai, Inde
 
 
À
28/12/2009 05:03:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01440825
Message ID:
01440832
Vues:
48
code like

thisform.grid1.column1.text.keypress
***
LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeyCode = 27 && Escape
thisform.text4.setfocus()
ENDIF

thisform.grid1.column1.text.valid
****
if empt(accode)
messagebox("Something Required",0,"Alert !!!")
retu 0
endif

always showing the messagebox

warm regards,
mk.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform