Hi, I have created an online form that people are using. One form the user inputs the header information (name, address, etc.) and generates a record number. The next set of forms allows the user to put in detail information and there can be multiple line items per header record. They can see the single line item of information on the screen and can print (using the web browser printer). Is there a way, through a form/method, where the user can put in the record number and all associated line items print to their default printer? I understand how to do the calls to retrieve the information but I am a little fussy on how to send the css type output to a printer. Thanks in advance Larry McDonnell Proton Energy Systems 10 Technology Drive Wallingford, CT 06492 (203) 678-2181 Email:lmcdonnell@protonenergy.com www.protonenergy.com
McDonnell, Larry wrote:
Hi,
I have created an online form that people are using. One form the user inputs the header information (name, address, etc.) and generates a record number. The next set of forms allows the user to put in detail information and there can be multiple line items per header record. They can see the single line item of information on the screen and can print (using the web browser printer). Is there a way, through a form/method, where the user can put in the record number and all associated line items print to their default printer?
I understand how to do the calls to retrieve the information but I am a little fussy on how to send the css type output to a printer. Thanks in advance
Hi, this problem has nothing to do with ZOPE...[or do you want to print on a printer connected to your Server?] :) It's simply a JavaScript-Issue... Have a look at: http://www.dynamicdrive.com/dynamicindex9/other1.htm Cheers, Maik
participants (2)
-
Maik Jablonski -
McDonnell, Larry