Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Design Pattern - Factory and Abstract Factory
Message
From
03/01/2006 17:01:00
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
03/01/2006 16:35:19
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01082705
Message ID:
01082906
Views:
18
>I wouldn't do that, because I'd rather have the oFactory handle the additional parameters and other possible hurdles of actual createobject() or newobject() code. I'd prefer the loWait=oFactory.create("tokennamehere")
>
>Since factory is such a lightweight class, you can instantiate it on the spot, in a local variable - then you won't have the datasession problem. Replace oFactory with loFactory in my examples, then.

So, to be consistent, I could do this everywhere?

m.loFactory = CreateObject(m.oApp.GetFactoryName())
m.loFactory.Create(m.cTokenName,m.cParameterList)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform