Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Got SDT 5.1 Working, heres how...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00140845
Message ID:
00141889
Vues:
34
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform