Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anybody tell me?
Message
From
16/07/1998 08:09:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Anybody tell me?
Miscellaneous
Thread ID:
00118048
Message ID:
00118048
Views:
66
I used VFP3.0B. Does the following code correct if it run in VFP5.0?
The textbox is bound to a field which data type is numeric.

DEFINE CLASS txtTest AS Textbox
     PROCEDURE Valid
          IF This.Text > '90'              && Is it correct?
               Wait 'Range Over' Window NoWait NoClear
               RETURN 0
          ENDIF
     ENDPROC
ENDDEFINE
KK
Next
Reply
Map
View

Click here to load this message in the networking platform