Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 13 when running goMeta.oSDTMgr.OpenData()
Message
 
To
14/01/2002 11:48:36
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00598630
Message ID:
00605243
Views:
29
>Hi Torgny.
>
>>If I understand this right it now also tries to open all the tables and when that fails the method returns .F.. But if it can not open all the tables in exclusive mode, why does not opendata-method also return .F. when the second parameter is .T. ?
>
>When the second parameter is .T., it doesn't try to open any tables, only the database.
>
>>How do I change the following calls so it will function now ?
>>
liID = goMeta.DBGetDBCKey(Dbc(),'Database','Database')
>>lllid = goMeta.DBCXGetProp('SDTminapp_num',liID)
>>

>
>Use this code instead:<
>goMeta.DBCXGetProp(dbc(), 'Database, 'SDTminapp_num')<
>DBCXGetProp is now similar to VFP's DBGETPROP(), so you no longer need two method calls to get a property.
>
>Doug




Thank's Doug that made it. Now everything is running just fine again .
/Torgny
Previous
Reply
Map
View

Click here to load this message in the networking platform