Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Valid and Lostfocus in Grid
Message
 
To
24/09/1998 07:46:38
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00140289
Message ID:
00140380
Views:
24
>Create a form with a grid and one button
>
>in the thisform.grid1.column1.text1.valid method :
> if this.value > 1000
> = messagebox("Incorrect Value")
> return .f.
> endif
> return .t.
>
>in the thisform.grid1.column1.text1.lostfocus method :
> if this.value > 1000
> this.value = 0
> endif
>
>So if you enter 1000 the messagebox appears then you click OK and if you click on the button the thisform.grid1.column1.text1.lostfocus
>won´t be executed.
>
>What´s happening here
>
>I´m working with Vfp 5.0a
>
Hi Joao,

I'm not quite sure I understand what you're saying here, but the .Valid method always occurs before the .LostFocus event. By returning .F. from the Valid, the focus will remain in the textbox.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform