Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clear all value on pageframe
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00703635
Message ID:
00703644
Views:
14
>First of all, before posting this question I tried using refresh, settodefault properties ...I notice that although I use this properties I had to input all my object name and its value...So What a different to use such a simple (silly) coding?
>
>Jafery
for each loControl in this.controls
   if inlist(proper(loControl.BaseClass),"Textbox", "Editbox","Combobox","Checkbox")
??
     loControl.ResetToDefault('ControlSource') && ?????
     loControl.ResetToDefault('value')
   endif
next
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform