Fax Software

Community Forums

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2494
    Anonymous
    Member

    When 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:
    SBaxter

    #4207
    Anonymous
    Member

    try:

    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)

    #4208
    ehren7
    Member

    I’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.

    #4209
    Administrator
    Keymaster

    You 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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.