Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CApplication.AddChildren
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00389712
Message ID:
00392341
Views:
13
>In my previous message I was suggesting a change to the Framework where this code wouuld be removed and replaced with a call to the new factory method. For example...
>
>In CApplication.AddChildren():
>
>Change...
>This.Add('oUserMgr', This.oMMFactory.GetClassName('UserMgr'))
>
>To...
>This.CreateUserMgr()
>
>In CAppBase (note this is one level up the food chain), add a new 'CreateUserMgr()' method that contains the following code:
>
>This.Add('oUserMgr', This.oMMFactory.GetClassName('UserMgr'))
>
>Would this buy you the flexibility you need?
>

Kevin,

This would work great, thanks!

Mat
Matthew Kennedy
Decision Support Technology Inc.

"I try to take one day at a time, but sometimes several days attack me all at once." ~ Ashleigh Brilliant

New Jersey Dot Net User Group
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform