I have the following segment of code intended to send out faxes from a query list, however when I replace actual data with variables, winfax doesn't seem to recognize the data. Is there something simple that I may be missing with the replacement variables? For example, in the first 'retvar'...
Hello,
I am trying to set up an application that will use WinFax to send faxes and have used the model in the FAQ :
oFaxObject=CreateObject("faxmng32.application")
oFaxObject.FaxName=mfaxname
oFaxObject.FaxNumber=mfaxno
oFaxObject.FaxDocument=mfaxdoc
oFaxObject.Send...
Has anyone had experience with setting up WinFax as an object in VFP? I have tried the following :
oFaxObject=CreateObject("faxmng32.application")
oFaxObject.FaxName=mfaxname
oFaxObject.FaxNumber=mfaxno
oFaxObject.FaxDocument=mfaxdoc
oFaxObject.Send
but it returns the...
I have a small patch of code that is intended to send "statements" to a list extracted from a table. However, I seem to be missing something when inserting the variables from the table into the emailer. Can anyone help me with this? Thank you, Chris
Here is the code :
** This...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.