Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validation inside a grid!!!????!!!???
Message
 
To
18/06/1998 14:17:57
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00109615
Message ID:
00109800
Views:
18
Hi Tim,

Put the same validation code into Grid's Valid event. Yes Grid has Valid
event which is triggered when grid is about to lose the focus. This will work
surely.

Bye
Jayesh


>I have a simple grid. There is an amount field that I want to be greater than zero. In the valid, I check for this.value > 0, if not true, I display a messagebox and return .F.
>
>Works great when I am trying to click anywhere in the grid....BUT....if I click on either the "ADD" or "DELETE" command buttons below the grid, the valid message fires, but focus seems to be set on the command button. I can click the same button again and the amount valid does not fire.
>
>If I don't click on the same button again, and try to type a valid amount, the typing does nothing, because focus is on the button.
>
>If I disable the buttons when the valid returns .F., focus seems to go into never never land.
>
>Can someone help....? Thanks....Tim
- Jayesh
Previous
Reply
Map
View

Click here to load this message in the networking platform