Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Valid event fire by itself.
Message
From
24/03/1998 01:47:35
 
 
To
22/03/1998 20:57:56
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00086285
Message ID:
00086633
Views:
38
>I have pageframe which contain a grid in the page2. When user enter data into grid, textbox in grid validation data. A user enter invalid data and valid event prompts a message. User decide to abort the entry (system do tablerevert()).
>
>Now, when the user tries to do another entry, the valid event is fire immediately upon focus of the grid. No entry is entered yet, nor the 'enter' or 'tab' key pressed.
>
>Anyone have any idea what's going on? Thank you.

In your Valid event

IF LASTKEY() # 13 OR LASTKEY() # 9
RETURN
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform