Another day, another error (or two, or three....) lol
JRB, thank you so very much for that tip about setting step on and then typing in the command window. A star for you!
I am still trying everything I can think of to get this program to fax something. Here is what I've tried, and the...
thanks again for your sage advice.
I realized i'd rem'd out my "submit" command!
but now getting error:
OLE IDispatch erxception code 0 from FaxComEx.FaxDocument1: Operation Failed
My code is this:
myFaxDocument.ConnectedSubmit (FaxServer)
I've tried removing the "Connected" and I've...
Hi, again,
Have been working on other projects, but now have a deadline for the faxing program, so back at it!
Solved all previous issues, but now am left with one final error: OLE error x80020005: Type Mismatch
on the line reading:
myFaxDocument.ConnectedSubmit(FaxServer)
Here is...
LOL, i tried both lines of code.
The first gave me the error message: Variable OBJFAXSERVER not found,
and the second gave the error mssg I mentioned above.
Hi, Olaf,
Thank you so much for responding again! :)
I tried this line of code and got the following error:
0x8002005: Type mismatch
??
I really appreciate your help!
btw, here is the code along with the suspected Microsoft bug-causing error:
SET OLEOBJECT ON
FaxServer = CREATEOBJECT("FaxServer.FaxServer")
&& FaxServer.CONNECT ("\\ntl-fsv-01\fax")
FaxServer.CONNECT ("\\ntl-fsv-01")
myFaxDocument = CREATEOBJECT("FaxComEx.FaxDocument")
&& myFaxDocument =...
Thank you, that does sound plausible. I actually used FaxServerEx.FaxServer in one of my many versions of this program. I will plug that back in and give you an update.
Hi, again,
Thanks to all for your help. Turns out the error I'm getting, as I learned through research, is a Microsoft bug. Now I don't know what to do about that.
Yes, btw, I do mean Small Business Server.
Hi all,
I really appreciate all the help I've received so far, but I'm still hitting a snag in my attempt to send a fax through a dedicated fax SBS. Here is a snippet of my code:
SET OLEOBJECT ON
FaxServer = CREATEOBJECT("FaxServer.FaxServer")
&& FaxServer.CONNECT ("\\ntl-fsv-01\fax")...
Hi, I've just now joined, thank you for having me as part of your group!
Trying to write a module to allow a generated report to be faxed. Report is stored in memory only. Can't seem to figure out how to get FoxPro to "talk to" my Fax Server. Could someone please help?
Thanks!
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.