Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Got SDT 5.1 Working, heres how...
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00140845
Message ID:
00141889
Views:
33
>BOb,
>
>If you make the following change to the Framework's CStonefield class, it will accomplish something similar to what you had discovered:
>

What is the advantage to using the cStoneField class? Isn't it just a loader? Or, does it stay in memory?


>CStoneField.Init()
>
>Change...
>This.Parent.AddObject('oMeta', 'MetaMgr', This.Parent.lDebugMode, ;
> This.cMetaDataDir)
>
>To...
>This.Parent.oMeta = CREATEOBJ('MetaMgr', This.Parent.lDebugMode, ;
> This.cMetaDataDir)

Actaully you are now suppoed to instantiate 'DBCXMgr' so I should change the line to...

This.Parent.oMeta = CREATEOBJ('DBCXMgr', This.Parent.lDebugMode, ;
This.cMetaDataDir)

>In addition, the new instructions in the Developer's Guide include information about adding an "oMeta" property to the application object.
>
>I have also made the following change to CFormMgr.AutoArrangeForms() so you don't need to add the lAutoCenter property to the MetaMgr:
>

Ok... I'll give it a try.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform