Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing form properties by reference to a procedure
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00162339
Message ID:
00162597
Vues:
21
Yes, but you're passing, in fact, an object, not a simple property. Simple properties are passed by value (always).

Vlad

>I don't know what the reason for this but the following, does work:
>DO SetValue WITH ThisForm.Text1
>Thisform.Text1.Refresh
>
>PROCEDURE SetValue
>
>LPARAMETER pobject
>
>pobject.Value = "Foo"
>RETURN
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform