- This topic is empty.
-
AuthorPosts
-
April 7, 2003 at 4:08 pm #2494
Anonymous
MemberWhen trying to use WinFax 10.02 SDK, I get the following error:
ActiveX component can’t create object.
With the following line of code:
Set wfx = CreateObject("WinFax.SDKSend8.0")
I am using Access 2K and wfx is of type “Object”
I would be VERY grateful for any help:
SBaxterMay 18, 2003 at 2:29 am #4207Anonymous
Membertry:
Set wfx = CreateObject(“WinFax.SDKSend”)
for some reason, the other object with 8.0 suffix may not be registered. I don’t know why both are used, and if there is any difference (I don’t think there is)
May 20, 2003 at 7:16 pm #4208ehren7
MemberI’m getting the same error (even without the 8.0). I’m writing VBa code that runs in an Access database. I want users to hit a fax button, connect to the WinFax server and send a fax. I don’t want to have WinFax installed on each of the client computers. Is there a way to send the fax that way? We had it working at one time, but upgraded to Office XP and it quit functioning. Any advice would be greatly appreciated.
May 20, 2003 at 8:51 pm #4209Administrator
KeymasterYou need to have WinFax installed on each machine, or else none of the SDK objects get installed (therefore you will get the ActiveX error messages)
Eric
-
AuthorPosts
- You must be logged in to reply to this topic.