Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SDT 5.1...
Message
From
25/09/1998 19:46:58
 
 
To
24/09/1998 17:39:22
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00140606
Message ID:
00141070
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform