Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change Classes
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00109168
Message ID:
00109549
Views:
16
Oh cool....the more I find out about VFP the more I like....I'm still way too new with all this stuff, but learning fast. Thanks.

>>Hi and thanks...it worked very well for my situation...the only thing that
>>could have made it better was to be able to change the control sources of all
>>the objects
>
>For that, I'd use ASELOBJ(). Click-select the objects you want to change, type =ASELOBJ(laObj) into the Command Window, then do something like:
>FOR EACH loCtl IN laObj
>    loCtl.ControlSource = STRTRAN(loCtl.ControlSource, 'myOldTable', 'myNewTable')
>ENDfor
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform