Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems Converting to SDT 5.1
Message
De
12/11/1998 17:29:17
 
 
À
12/11/1998 17:06:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Divers
Thread ID:
00157200
Message ID:
00157207
Vues:
19
>I am using Codebook and trying to update to SDT 5.1 (VFP6.0).
>
>1. The manual says to change oMeta = createobject('MetaMgr', ...) TO oMeta = createobject('DBCXMgr', ...). This doesn't work because now DBCXMgr is based on a form, so I get 'Object class is invalid for this container'.
>
>2. When I try to start Stonefield Database Toolkit from the menu, I get a series of 'Cannot Validate View .....'

Are you actually using createobj or are you using addobject?

If you are doing something like...

goApp.AddObject('oMeta','MetaMgr')

you have to change it to...

goApp.oMeta = createobj('DBCXMgr', ... )

Make sure you add a property 'oMeta' to your application object.

BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform