Thanks for the response Razzak PRINT Store_Receipt WHERE Invoice# = .vInvoice# OPTION PRINTER (did not print the PH)
I will send you the report and DB. It may be Monday or Tuesday before I have a chance to put it together. John -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak Memon Sent: Sunday, October 03, 2004 3:02 AM To: RBG7-L Mailing List Subject: [RBG7-L] - Re: Report page header problem At 11:26 PM 10/2/2004 -0400, John Engwer wrote: >Here is how I run the report. >1) Set all of the vars used in the report >2) Output printer >3) Print Store_Receipt where invoice# = .vINVOICE# >4) Out Scr >5) Clear vars >6) Return John, Try the following: 01. Eliminate steps 2, 3 and 4. 02. Try the following syntax: PRINT Store_Receipt WHERE Invoice# = .vInvoice# OPTION PRINTER 03. Take a look at R:Docs for more PRINT options as well as PRINT Templates! Very Best R:egards, Razzak.
