Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AMembers
Message
De
10/12/2003 09:07:58
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00857577
Message ID:
00857612
Vues:
26
Ahh...thanks Larry.

ken

>>Brain must be asleep. Trying to put all a form's methods and properties in an array.
>>
>>For instance have a form named frmUlo and saved as ULO.SCX/T.
>>
>>This code them does not work:
>>
>>=AMEMBERS(gtest,frmulo,1) or does =AMEMBERS(gtest,ulo,1)
>>
>>Says frmulo or ulo variable not found...what am I doing wrong?
>>
>
>Ken,
>Is the form running when you execute the command. AMembers only works on object references and class definitions that have been loaded into memory. If the form is non-modal, try something like:
>do form ulo.scx name oFormUlo
>=amembers(gtest,oFormUlo,1)
>
>HTH.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform