Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class on form and in variable
Message
From
03/09/2001 06:20:47
 
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00551725
Message ID:
00551746
Views:
23
Yes, my wording was a bit iffy - I thought it might have been mis-interpreted.

Thanks
Kev

>Hi!
>
>You said:
>>>If I created a variable that creates one of my objects and I also use this object on a form - will the variable and the form just reference it.
>
>I thought you already did it so form reference control. When you dropped control in design time onto the form, these will be completely different objects. You can do it another way:
>
>goApp = CREATEOBJECT("oAppObject")
>...
>{form}.AddProperty("goMainApp")
>{form}.goMainApp = goApp
>
>Only this way form and goApp variable will reference the same object.
>
>
>
>>Vlad
>>
>>Between messages I just gave it a try and it doesn't.
>>
>>I do a:
>>
>>goApp = CREATEOBJECT("oAppObject")
>>
>>then fire up the form (which has the object dropped into it) and change a property on the form object, and it doesn't change it for goApp object.
>>
>>???
>>
>>Kev
>>>YES.
>>>
>>>>Hi
>>>>
>>>>If I created a variable that creates one of my objects and I also use this object on a form - will the variable and the form just reference it.
>>>>
>>>>i.e if the form changes something on the object, will the variable also reference the same changes?
>>>>
>>>>Thanks
>>>>Kev
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform