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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by clmcdade

  1. clmcdade

    winfax DDE in VFP - usage of variables

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

    winfax DDE in VFP - usage of variables

    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'...
  3. clmcdade

    Foxpro and Winfax (use as object or DDE)

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

    Create object for WinFax with VFP5

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

    inserting variables into automated emailer

    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...
  6. clmcdade

    inserting variables into automated emailer

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

Part and Inventory Search

Back
Top