Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot create object of MT DLL Class
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01001310
Message ID:
01001362
Vues:
13
You can't pass a parameter to the Init method of a COM object.

>
>
>*ClientAccess the DLL name
>obj = CreateObject("ClientAccess.CClientAccess","c:\testdata\")
>* I've made sure that the database and all tables exist
>* Init(lpcDatapath as String)
>function Init(lpcDatapath as String)
>   if vartype(m.lpcDatapath)="C" ;
>     and directory(m.lpcDatapath) ;
>   then
>     set path to (m.lpcDatapath)
>   endif
>   if file('testdb.dbc') ;
>   then
>     open database testdb.dbc
>     if dbused('testdb.dbc') ;
>     then
>       * use talbes code omitted
>     else
>       return .f.
>    endif && dbused('testdb.dbc')
>   endif && file('testdb.dbc')
>endfunc && Init
>
>
>
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform