Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing form properties by reference to a procedure
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00162339
Message ID:
00162597
Views:
28
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
Previous
Reply
Map
View

Click here to load this message in the networking platform