Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this a BUG??
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00841496
Message ID:
00841630
Views:
25
>
>thisform.AllOk()
>
>** Method AllOk
>thisform.Command1.Enabled = .NOT. EMPTY(thisform.Date1.Text1.Value) .AND.;
>                            .NOT. EMPTY(thisform.OsZp.Text1.Value)
>
>
>where thisform.Date1.Text1 is the problem field
>Method AllOk is for check that every needed data has some value and enabled SAVE DATA button

I don't see how it could cause behavior you describe. Does commenting or removing thisform.AllOk() fixes the problem? Besides that, it seems to me that logical place to call thisform.AllOk() would be the Valid or LostFocus of a textbox.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform