Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: KimPP
  • Order by date
  1. KimPP

    Still Trying to Fax from within VFP9

    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...
  2. KimPP

    Still Trying to Fax from within VFP9

    That's a great idea, thanks, I'll do that right now! Kim
  3. KimPP

    Still Trying to Fax from within VFP9

    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...
  4. KimPP

    Still Trying to Fax from within VFP9

    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...
  5. KimPP

    Still Trying to Fax from within VFP9

    Yes, I did change FaxComEx... lol I shall try your other code, thanks so much!
  6. KimPP

    Still Trying to Fax from within VFP9

    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.
  7. KimPP

    Still Trying to Fax from within VFP9

    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!
  8. KimPP

    Still Trying to Fax from within VFP9

    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 =...
  9. KimPP

    Still Trying to Fax from within VFP9

    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.
  10. KimPP

    Still Trying to Fax from within VFP9

    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.
  11. KimPP

    Faxing from within Visual FoxPro

    Thanks so much for your advice! I posted in the other forum. How do I show this as being answered? Thanks Kim
  12. KimPP

    Still Trying to Fax from within VFP9

    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")...
  13. KimPP

    Faxing from within Visual FoxPro

    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!

Part and Inventory Search

Back
Top