Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SDT 5.1...
Message
De
25/09/1998 19:46:58
 
 
À
24/09/1998 17:39:22
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Divers
Thread ID:
00140606
Message ID:
00141070
Vues:
22
Hi Bob.

>The directions and wrapper class for SDT do not work for version 5.1.

Kevin has SDT 5.1 but likely hasn't had a chance to update the documentation for it yet because it was just released a few weeks ago.

>I think the main issue is that the change from the class being based on a form is the problem.

Definitely.

>this.oMeta = createobject('dbcxmgr')
>
>But, I get an error that the file PARENT can not be found. Very strange... not sure why it is doing that.

The error message you're getting is partially bogus: DBCXMgr can't find a file, but it isn't "PARENT" (this message is caused by the way VFP's TYPE() function works; if called during an error event, it replaces the previous parameter of an error message, "DBCXREG.DBF" in this case, with what appears to me to be a random value <g>). You need to specify the directory where the meta data tables can be found; for example:

this.oMeta = createobject('dbcxmgr', .F., '')

Doug
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform