PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________


I can do this:
fdf_set_javascript_action($outfdf, "print", FDFUp, "this.print();\r\n");


And I can do this:
fdf_set_javascript_action($outfdf, "print", FDFUp, "this.submitForm({cURL: 
\"$action\", cSubmitAs: \"HTML\"});");


So how come I can't do this:
fdf_set_javascript_action($outfdf, "print", FDFUp, "this.print({bUI: true, bSilent: 
false, bShrinkToFit: true});\r\nthis.submitForm({cURL: \"$action\", cSubmitAs: 
\"HTML\"});\r\n");

The print dialog appears, the little blue progress bar zips by, the form submits...  
Buuuut the document NEVER makes it to the print queue in the last example.  Works fine 
in the first one.


I really need to track which documents were PRINTED so we can expect them to come back 
in...


To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfforms.html

Reply via email to