Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Double tab needed for VALID?
Message
From
12/08/1998 16:24:42
 
 
To
12/08/1998 12:34:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00126077
Message ID:
00126245
Views:
17
>How do I get VALIDation and move across with one tab while editing? Since I started the VALID method, edit requires 2 tabs to cross the field.
>VALID method
>RETURN This.Value $ "10 20 30 40 50 "
>
>David Kirchner
>dmk@iname.com

IF INLIST(This.Value, "10", "20", "30", "40", "50")
RETURN 1
ELSE
RETURN .F.
ENDIF
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform