Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing form properties via the forms collection
Message
De
29/12/1998 23:36:35
 
 
À
29/12/1998 10:32:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00169827
Message ID:
00171446
Vues:
34
>Found the problem. The KEYBOARD "{CTRL+A}" works, but the ASELOBJ() was not. Two parameters are required to return the form reference: ASELOBJ(array,1) works as expected.
>
>Thanks
>- Brian

But remember the 1 only returns the container. I made the assumption and ending up changing the program to make sure I had the form reference by drilling down through the containers parents until I had a form reference.

MODIFY FORM NOWAIT
=ASELOBJ( laForm, 1)

These two should do what you want.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform