Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change Classes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00109168
Message ID:
00109549
Vues:
17
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform