Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with a grid
Message
From
01/10/1999 21:43:35
 
 
To
01/10/1999 21:28:26
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00271844
Message ID:
00271848
Views:
30
>Can anybody help me???
>I have a grid with 6 columns. In the third column.text1.lostfocus event
>if empty(This.Value)
> MESSAGEBOX(allt(oApp.GetLoginName()) + ": " + ;
> "field x can not be empty ", ;
> MG_ICONMSG2, ;
> APLIC_LOC)
> This.SetFocus
> NODEFAULT
>endif
>
>this code is executed. When input information, I can't see that. When lost focus I can see the information typed.
>
>What is wrong?...
>
>Any help will be appreciated. Thanks

Usually, it helps to shift focus back and forth.
....
Thisform.cmdButton.Setfocus && it can be any control on your form
This.Setfocus
Nodefault
....
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform