Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple Question valid event
Message
From
05/03/2000 23:54:36
 
 
To
05/03/2000 23:16:28
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00341991
Message ID:
00341995
Views:
19
>Is there any way to take off the message 'invalid input' from the valid event of a field that returns .f.

Instead of RETURN .F. , RETURN 0, or SET CONFIRM OFF, but RETURN 0 is easier. The reason is that RETURN ANumber moves the object focus to that number. Example:

RETURN 1 goes tot he next field
RETURN 5 goes to the fifth next
REUTRN -1 goes to teh previous
RETURN 0 stays put
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform