Search results

  1. S

    How to get the status of Printer or result after printing?

    Did you tried using unix silent(some unix command here) inside a progress (.p) program?, You could use lpstat or another command to check the status before and affter the printing. hope that help u a little.
  2. S

    remove ^L from a file

    joey thks for the reply it worked.
  3. S

    remove ^L from a file

    Hi! does anyone know why progress add a ^L at the end of file when i send printer output to a file. this is the code: {mfdtitle.i} {mfselprt.i "printer" 132} put unformatted "hi". {mfreset.i} i sent to a file and when i try to see the file content is: hi ^L. i'm using QAD's MFG thanks in...
Back
Top