in

Data Techniques Forums

All Tags » VFP9 (RSS)

Browse by Tags

  • VFP9 Sample

    I'm looking for someone to translate this to VFP9 or some codes to basically save one image to another format. Dim Attrs As Attributes ' Save our loaded 1 bit image as an FMF Set Attrs = New IMActX8Ctl.Attributes Attrs.Add "EXTENSION", "TIF", IMActX8Ctl.String Attrs.Add "COMPRESS"...
    Posted to Using the ActiveX Controls (Forum) by apaustria on 02-23-2010
  • Re: Incoming fax corruption

    This is happening to one of our client with USR external modem ( USRobotics 56K* V.92 External Faxmodem ). How can apply the init string suggested by the admin. We are using version 4.4.6 btw.
    Posted to Using the FaxMan SDK (Forum) by apaustria on 01-26-2010
  • Log entry

    Looking at log file (Port01-20100125.log) What does the entry below in bold means? 10:18:39:0310 CONNECT 10:18:39:0320 Enter rxblk: CONNECT 10:18:39:0320 rxblk match: CONNECT 10:18:39:0320 Exit rxblk 10:18:39:0320 ReceiveDirectory (C:\Window\Temp) is invalid 10:18:39:0320 Rx FileName: C:\WINDOWS\system32...
    Posted to Using the FaxMan SDK (Forum) by apaustria on 01-26-2010
  • No dialtone status

    1.If Faxman status is No Dialtone, is it our line or the other line? 2. If it is our line can the cause of it is because it's using the line like receiving or transmitting a fax still? 3. Does the number of tries being incremented by this status if the case is #2?
    Posted to Using the FaxMan SDK (Forum) by apaustria on 09-24-2009
  • Unable to Train with Remote System

    Unable to Train with Remote System How do we correct this kind of error? We can receive fax but can't send. Modem is Aopen FM56-EXV (external/serialport) Faxman 4.04.05
    Posted to Using the FaxMan SDK (Forum) by apaustria on 02-02-2009
  • Re: Receiving faxes in Faxman 4.04.05

    Anyone? How can I actually implement this or change the path? ReceivePath This item specifies the path for received fax files to be placed in. If this string is not present or specifies an invalid path then all faxes will be placed in the same directory as the FaxMan server (faxman4.exe).
    Posted to Using the FaxMan SDK (Forum) by apaustria on 01-29-2009
  • Receiving faxes in Faxman 4.04.05

    Can someone let me know how to do this for VFP, specifically how do I set the path where the incoming faxes will be saved. My program initialization looks like this... but don't know where the ReceivePath property is located. application .AutoYield = (.F.) FOR I = 0 TO thisform .ofaxman.devicecount...
    Posted to Using the FaxMan SDK (Forum) by apaustria on 01-29-2009
  • Re: Re-sending failed faxes

    Thanks for the reply. If I'm sending multiple faxes, how does faxman handle this? Is there a property for checking the status of a file that was sent using SENTFAX? Can faxman can automatically send another file even if the retry or interval is not met yet based on the previous file the I sent? starttimer...
    Posted to Using the FaxMan SDK (Forum) by apaustria on 12-09-2008
  • Re-sending failed faxes

    If my code looks like this.... FaxMan.FaxNumber = "555-1212" FaxMan.FaxFiles = "c:\myfax.fmf" FaxMan.SendFax ’send the fax and the fax failed (no answer, no-dialtone, etc.) is there a way to resend/retry this failed fax automatically? Or I have to pick each failed faxes and send it...
    Posted to Using the FaxMan SDK (Forum) by apaustria on 12-03-2008
  • printfilespath always on default directory

    I had the property printfilespath value set to a certain directory (C:\MyFax\Unsent) but it's not creating the files there. The directory exist but the application still creating the file under C:\Windows\Temp. Any ideas what other files needed to be changed?
    Posted to Using the FaxMan SDK (Forum) by apaustria on 11-28-2008
Page 1 of 2 (11 items) 1 2 Next >
Copyright 2009 Data Techniques, Inc. All Rights Reserved.