Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Faxman V3.53
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00742928
Message ID:
00743503
Views:
51
>Hi John
>
>Sorry about delay (time difference etc..), I have dropped the faxman active-x control on a form and this is the click code of the Send button:
>
SET STEP ON
>with thisform.ctlFaxman
> .appID='ASKFax'
> .FaxFiles = 'c:\test.fmf'
> SET PRINTER TO NAME "ASKFax"
> select curAgedDebt
> lcDisplay='Test'
> report form reports\rep9 to printer noconsole
> set printer to default
> .sendfax
>endwith
>
>
>test.fmf never gets created, I am using Windows 98.
>
>
>Thanks for your help

I would set the debugger on and step through. Make sure the printer gets set to the correct device. Then I would change the code to create the report to something like this:

lcfile='\GQLFOX\PAWNHITS\'+DTOS(DATE())+'mpd'
REPORT FORM vstolen TO FILE (lcfile)

This works for creating adobe files, so I would assume it might work for your faxing issue.
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform