Search results

  1. S

    Type Mismatch when sending email with attachment in smtpmail.p

    Hi Guys, Another rounf of test, I include again the attachment and local files. My message alert in program says that the mail was succesfully sent But i receved nothing. I check the appserver log and I got this error messages: [10/02/17@23:27:46.405+0800] P-4755608 T-000000 0 AS --...
  2. S

    Type Mismatch when sending email with attachment in smtpmail.p

    Hi Cringer, I made another round of test in AppServer, same code above except that I removed the attachment and local files parameter. It sends an email succesfully. if the problem is in parameter attachment and local files what should be the proper systax for attching a .csv file? The...
  3. S

    Type Mismatch when sending email with attachment in smtpmail.p

    Hi, our smtpmail.p is being used for quite sometime now and its stable. We have two deployments of smtpmail.p, one is in IBM AIX (Chui) and another is in appserver (also in unix), Both of them is in same box. I am doing a test on how to attach a .csv files. I run the program in Chui (same code...
  4. S

    Type Mismatch when sending email with attachment in smtpmail.p

    Hi Guys, Has any one of you encountered this error using smtpmail.r before? Heres my test program calling smtpmail program. Im actually sending two attachment files to two email addresses. Dont know exactly what I missed here but im getting error. DEF VAR oSuccessful AS LOGICAL...
  5. S

    How to Read XML Files

    Hi All, We have a Progress based application and a third party Web Based Application(Not Progress). We will pull data from that third party application by downloading the xml files and save it to c:\temp directory. Heres my question, do you have any idea or even a piece of code that will...
  6. S

    Sending any file type to Unix via FTP

    Thank you very much Mr. Knuthandsome, I appreciate your suggestion.
  7. S

    Sending any file type to Unix via FTP

    Hi guys, Is there any one of you have a code sending any file to unix using any ftp software. Any ideas? A piece of code will be much appreciated. Thanks Ferdie Banu
Top