Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class on form and in variable
Message
From
03/09/2001 04:58:12
 
 
To
03/09/2001 04:49:52
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00551725
Message ID:
00551731
Views:
23
This message has been marked as the solution to the initial question of the thread.
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
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform