Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use classes from an Accpac DLL?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01340203
Message ID:
01340580
Vues:
8
Sergey

I think I am on the right track, generally. This is the sequence of commands I've used to get to where I am now:
DBLINK_COMPANY = 1
DBLINK_FLG_READWRITE = 0
oSession = CREATEOBJECT("Accpac.Session")
oSession.Init("", "OE", "OE1100", "54A")
oSession.Open("ADMIN", "ADMIN", "TSTDAT", DATETIME(), 0, "")
IF oSession.IsOpened()
oLink = oSession.OpenDBLink(DBLINK_COMPANY, DBLINK_FLG_READWRITE)
ENDIF
oView = GETINTERFACE(oSession, "IAccpacView")

When I type oView = GETINTERFACE(oSession, "IAccpacView") I get the following error message:
"OLE error code 80004002: No such interface supported."

Does this mean anything to you?

Cheers
Chris
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform