[FX.php List] Bulk printing

Gjermund Gusland Thorsen ggt667 at gmail.com
Sun Nov 26 09:53:18 MST 2006


Something like this?

<form action="javascript:window.print()">
<input type="submit" name="a" value="Print">
</form>

2006/11/26, Jonathan Schwartz <jonathan at eschwartz.com>:
> Hi Folks.
>
> I need to bulk print 500 or so forms at the end of a data entry
> cycle.  I spent so much time fine-tuning the form in PHP, I have no
> desire to recreate the form in FMP just to bulk print. (The original
> use of the form is to allow end users to print out at the end of
> their session).
>
> So, this is a new one for me....to create a print routine with FX.php
> driving the process. I know that I can build a script to loop thru
> records, but I'm not sure about the Printing part. I've got a PRINT
> button on the php page that end users click now.  It executes a
> "window.print()" command.  However, I don't know how to execute the
> same command in a script.
>
> Any suggestions?
>
> Thanks
>
> Jonathan
> --
>
> Jonathan Schwartz
> FileMaker 8 Certified  Developer
> Associate Member, FileMaker Solutions Alliance
> Schwartz & Company
> jonathan at eschwartz.com
> http://www.eschwartz.com
> http://www.exit445.com
> 415-381-1852
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>


More information about the FX.php_List mailing list