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:
00109538
Vues:
20
>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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform