Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Column validation in grid
Message
From
11/07/2008 04:14:06
 
 
To
11/07/2008 04:05:52
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01330452
Message ID:
01330455
Views:
21
>Yes I did that sir, but the cursor moves to another column still.
>
>What should I do?

Try to add a messagebox or something, to make sure that the check really returns .F. Another solution is to add the check to the next textbox's GotFocus, something like
If !YourCheckFunc()
   Messagebox("Wrong value",16,'Alert',3000)
   This.parent.columnX.textbox.sefocus()
Endif
Previous
Reply
Map
View

Click here to load this message in the networking platform