Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to bypass the valid method
Message
From
28/12/2009 05:20:05
Mk Sharma
Shrishti Solutions
Mumbai, India
 
 
To
28/12/2009 05:03:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01440825
Message ID:
01440832
Views:
50
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform