Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Question...
Message
From
28/05/1999 22:46:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Form Question...
Miscellaneous
Thread ID:
00224267
Message ID:
00224267
Views:
50
Everytime I attempt to run my form, it locks up after I enter something in the first field. There are only two fields on the form. Here is the valid method in my form on the first field. What is the deal here?

IF EMPTY(ThisForm.HtcNoProTxt.VALUE) OR ThisForm.HtcNoProTxt.VALUE = '000' OR ThisForm.HtcNoProTxt.VALUE = '00' OR ThisForm.HtcNoProTxt.VALUE = '0'
= MESSAGEBOX ("Invalid HTC ID! Please re-enter." , 0 + 64 + 0 , "Invalid HTC ID") = 0
*ThisForm.HtcNoProTxt.GOTFOCUS
ELSE
THIS.ENABLED = .F.
ThisForm.HtcNameProTxt.ENABLED = .T.
ThisForm.Btn_Reset.ENABLED = .T.
THISFORM.REFRESH()
ENDIF

Thanks, Jeff
Thanks in Advance.

J. Turner
Next
Reply
Map
View

Click here to load this message in the networking platform