Search results

  1. E

    Report Formatting Question from Newbie

    Try this: ... display "Pella Sequenced Glass Error Report - " + fpsparms.plant-id + " PLANT" + string(today) skip "Vendor: " + caps(v-vendor) skip "Batches: " + caps(v-allbatches) skip(2) with frame a. ... disp oiparts.order-item label "order" oiparts.rbpart label "rbpart" oiparts.part label...
  2. E

    Bug of MFG/PRO?

    There is a special resolving in the MFG/Pro. If the file begins "aa" you must to place the .p file in the directory /path/to/place/aa If the file begins "ab" you must to place the .p file in the directory /path/to/place/ab If the file begins "ac" you must to place the .p file in the directory...
  3. E

    OT - Unix Cron

    --- Hi! It was a good idea to rename the "root" file to "root.old", but you must run the "crontab -e" with the new empty "root" file. It restarts the cron scheduler without any tasks. ELaci
  4. E

    silent updating

    Try this: def var vscan as char. update vscan with frame a editing: readkey. if...
  5. E

    Help with batch process please

    Hi! (Error 516) in the Help: --- Batch PROGRESS jobs, (that is, those run with the -b option) have no stdin or stdout data streams. You must provide an output destination, either with OUTPUT TO or OUTPUT THROUGH, before executing a statement, such as DISPLAY, that would cause output to be...
  6. E

    Emailing through Progress on Unix

    I use a Perl program to send an e-mail with or without attachment in HPUX 11.x. This modul is MIME-Lite-3.01.pm Downloadable from http://search.cpan.org The Progress command: output through "pipe-prg-emailsender.pl". Bye ELaci
Back
Top