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:
01001345
Vues:
16
>What's the code for the CREATEOBJECT and the Init method?
*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
Dawa Tsering


"Do not let any unwholesome talk come out of your mouths,
but only what is helpful for building others up according to their needs,
that it may benefit those who listen."

- Ephesians 4:29-30 NIV

Dare to Question -- Care to Answer

Time is like water in a sponge, as long as you are willing you can always squeeze some.

--Lu Xun, Father of Modern Chinese Literature

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform