Search results

  1. D

    Fingerprint Readers

    Has anyone out there implemented fingerprint readers for logging into Syteline? We are running ver 6.01.10 and are having some issues with a digital persona reader. I think it is caused by the disclaimer screen that comes up before the login, it could all be caused by the "Powered By Progress"...
  2. D

    error handling for output stream

    Thank you very much. I will give it a try.
  3. D

    error handling for output stream

    I am using the following statment and I am having difficulty handling an error if someone already has the file "sheet_output" open. OUTPUT STREAM d-sheet TO VALUE(INPUT FRAME f-in sheet_output). I get an error message that progress is unable to open the file and then the program hangs...
  4. D

    modifying the material trans report in Syteline

    I am trying to make a mod to the material transaction by item report in syteline that totals the quantity column. I can get a total on the report but I cannot get the total to have 3 decimal places to match the column it is totaling. I have used the format "-999,999,999.999" and the decimals 3...
  5. D

    Formatting in Material Transaction Report

    I am trying to make a mod to the material transaction by item report that totals the quantity column. I can get a total on the report but I cannot get the total to have 3 decimal places to match the column it is totaling. I have used the format "-999,999,999.999" and the decimals 3 clauses for...
  6. D

    INPUT FROM Error trapping

    Thanks Casper that worked out very well for me. I appreciate your help.
  7. D

    INPUT FROM Error trapping

    I am trying to use the INPUT FROM Statement to read from a CSV file. How can I trap the (293) error that happens when the file does not exist? I am working in Progress 9.1C in a windows environment.
Top