Skip to main content

[archive] Faxing Success

  • May 9, 2008
  • 4 replies
  • 0 views

[Migrated content. Thread originally posted on 08 May 2008]

The attached program will send a fax. I get an error message of "Type mismatch" on the MODIFY fxDoc @submit("my-computer") line, but the faxes are still transmitted successfully. I can't see where there would be a type mismatch on that line. If anybody has any ideas let me know.

4 replies

[Migrated content. Thread originally posted on 08 May 2008]

The attached program will send a fax. I get an error message of "Type mismatch" on the MODIFY fxDoc @submit("my-computer") line, but the faxes are still transmitted successfully. I can't see where there would be a type mismatch on that line. If anybody has any ideas let me know.
Please refrain from posting the same question in multiple threads.

[Migrated content. Thread originally posted on 08 May 2008]

The attached program will send a fax. I get an error message of "Type mismatch" on the MODIFY fxDoc @submit("my-computer") line, but the faxes are still transmitted successfully. I can't see where there would be a type mismatch on that line. If anybody has any ideas let me know.
I am not able to get the fax to submit. Attached file contains the trace file information from my attempt. Any help or clues will be greatly appreciated!:confused:

[Migrated content. Thread originally posted on 08 May 2008]

The attached program will send a fax. I get an error message of "Type mismatch" on the MODIFY fxDoc @submit("my-computer") line, but the faxes are still transmitted successfully. I can't see where there would be a type mismatch on that line. If anybody has any ideas let me know.
Maybe adding this might help you identify more?


       DECLARATIVES.
       OBJECT-EXCEPTION-HANDLING SECTION.
           USE AFTER EXCEPTION ON OBJECT.
       OBJECT-EXCEPTION-HANDLER.
           CALL "C$EXCEPINFO" USING ERROR-INFO, ERROR-SOURCE
                                                ERROR-DESCRIPTION
           DISPLAY MESSAGE BOX ERROR-DESCRIPTION
       END DECLARATIVES.


I know we had problems sending mail via outlook if the user decided to press cancel and not allow an email to be sent in outlook.

Shaun

[Migrated content. Thread originally posted on 08 May 2008]

The attached program will send a fax. I get an error message of "Type mismatch" on the MODIFY fxDoc @submit("my-computer") line, but the faxes are still transmitted successfully. I can't see where there would be a type mismatch on that line. If anybody has any ideas let me know.
Maybe adding this might help you identify more?


       DECLARATIVES.
       OBJECT-EXCEPTION-HANDLING SECTION.
           USE AFTER EXCEPTION ON OBJECT.
       OBJECT-EXCEPTION-HANDLER.
           CALL "C$EXCEPINFO" USING ERROR-INFO, ERROR-SOURCE
                                                ERROR-DESCRIPTION
           DISPLAY MESSAGE BOX ERROR-DESCRIPTION
       END DECLARATIVES.


I know we had problems sending mail via outlook if the user decided to press cancel and not allow an email to be sent in outlook.

Shaun