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:
01340645
Vues:
8
Hi Chris,

I don't have access to the DLL so it's hard for me to give you anything but general dirrections. Are there any 'Accpac....' ProgIDs in the registry?


>
>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
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform