This is just a follow-up to the original post :
In trying to use 'CreateObject' i.e. CreateObject("winfax.SDKSend") I am still getting the following
message : "Class definition ... is not found"
I already have winfax running when I do this yet still
receive the error...
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 thought I would try a different approach and use the following code ... however, I get the following message :
"exception code 4096. cannot add attachment; no data source was provided."
Here is the code excerpt
use stmtlist excl
sele * from stmtlist right join asocemal on...
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.