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:
00109538
Views:
21
>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
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform