Printing multiple records on a form

Kenneth Brody kenbrody at bestweb.net
Mon Jun 6 11:25:25 PDT 2005


Quoting Butch Ammon (Mon, 6 Jun 2005 11:20:15 EDT):

> Quick question:  In my purchasing dept, they are wondering about
> printing a purchase order# (multiple entries/records) from within
> dclerk right after they enter the record/records.
>
> They are wondering about having filePro "remember" their previous PO#
> and then ask if they want to print all the items on that PO#.  We can't
> use "form" because of special printing and processing needed on the
> output form.  I made a simple prompt for the PO#, then a system call
> out to dreport to run the output process to print their particular
> purchase order (and assorted items).
[...]

What "special printing and processing" needs to be done that can't be
done in *clerk?  Is it a simple matter of FORM not running the output
processing?  If so, simply CALL the output processing rather than doing
a FORM, and end the output processing with:

    If:  @sn ne ""
  Then:  FORM "formname"

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list