Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetAllx call not to error when a method is not existing
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01371961
Message ID:
01371979
Views:
14
You forgot how to modify classes? <g>
Yyou shouldn't include parenthesis in the second parameter. It's the name of the property to set.
THISFORM.oSetAllX.SetAllX(THIS, "ClearSearchString", "", "Textbox")
>
>I am using the following SetAllx call in the Grid.Valid() for each textbox(es) in the columns:
>
THISFORM.oSetAllX.SetAllX(THIS, "ClearSearchString()", "", "Textbox")
>
>As not all textboxes involved in the columns of the grid have this method I get the following error for such textboxes
>
Property CLEARSEARCHSTRING not found
>
>Please advise on how to modify the SetAllx call so that I can avoid the error message
>
>Thanks
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform