Jim:
Report Footer visible. PCC Label control visible. A '12' code by itself results in the print job not making it into the Windows spooler. The sole advantage of '27 12' is that the print job makes it into the spooler. That it doesn't print means there's a mystery yet to be solved. My workaround is to loop-print individual copies for now. I'll pursue this question with support. Thanks all, Bruce From: [email protected] [mailto:[email protected]] On Behalf Of James Bentley Sent: Tuesday, February 25, 2014 6:58 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: PCC Label: Control Code Formatting Bruce, Have you tried to make the pcclabel value just a 12 which equates to a form feed in ASCII. That works for me in reports where I have a break variable that is the first character of last name and I want each change to begin on an odd number pages. I have before generate calculations to determine whether I will print on an odd or even number page an make the pcclabel visible or invisible. In your case the pcclabel should be the final item on the report footer band and always visible. This solution only works when you directly print report to printer. See RBase help for limitations on when pcclables are transmitted. Jim Bentley, American Celiac Society 1-504-737-3293 _____ From: R-List Account <[email protected] <mailto:[email protected]> > To: RBASE-L Mailing List <[email protected] <mailto:[email protected]> > Sent: Monday, February 24, 2014 11:11 AM Subject: [RBASE-L] - Re: PCC Label: Control Code Formatting Thank you, Razzak. The PCC Label is in the Report Footer Band, marked 'Visible' for activation. The PCC Label works with ENDDOC, but not my control code format. This is most likely my responsibility: I must verify the code set with HP before we proceed to the question of how to format it for the control. I will report back with a solution. Yours, Bruce Chitiea SafeSectors, Inc. eCondoMetrics 909.238.9012 cell > On Feb 24, 2014, at 5:33, "A. Razzak Memon" <[email protected] <mailto:[email protected]> > wrote: > > At 05:30 PM 2/23/2014, Bruce A. Chitiea wrote: > >> Razzak et al: >> >> An Extension of the multi-copy report in Duplex Mode question. >> >> Consider a one-page Report. >> >> A PCC Label control is embedded in the Report Footer, checked 'Visible'. >> >> I would like to issue a 'Page Eject' Control Code to the HP LaserJet P1606dn >> printer. >> >> I've been unsuccessful in framing an HP PCL5/5e/6 'Page Eject' code within >> the control in several formats: >> >> EC & l 0 H ( that's a lower-case 'L' ) >> 027 038 108 48 072 >> 27 38 108 48 72 >> 1B 26 6C 30 48 >> >> In each case, the Windows spooler accepts the job and then sits with status >> = 'Printing'; but nothing makes it to the printer. >> >> When I remove the PCC Label, the report prints, but the multi-copies run >> back to front without separation. >> >> With 'ENDDOC' in the control, the first copy prints just fine, but this ( >> duh ) kills subsequent copies. >> >> So clearly, I'm not understanding what the printer wants >> code-formatting-wise. >> >> Any guidance appreciated, > > > Bruce, > > Where is the PCC Label placed on your report? > > Without knowing all details of your report, I suggest that you place the > PCC Label on [Report Footer] Band, assuming the 'Page Eject' code within > the control is defined correctly. > > Very Best R:egards, > > Razzak. > > > >> -----Original Message----- >> From: [email protected] <mailto:[email protected]> [mailto:[email protected] <mailto:[email protected]> ] On Behalf Of A. Razzak >> Memon >> Sent: Sunday, February 23, 2014 10:25 AM >> To: RBASE-L Mailing List >> Subject: [RBASE-L] - Re: PRINT Command: Form Feeds in DUPLEX MODE >> >> At 12:55 PM 2/23/2014, Bruce A. Chitiea wrote: >> >> >Issue: >> > >> >If I print two or more copies of a one-page report, even-numbered >> >copies print on the reverse side of odd-numbered copies. >> > >> >If I print two or more copies of a multi-page report with an odd page >> >count, the second and then every second copy thereafter append to the one >> previous. >> > >> >Workaround: >> > >> >Create a loop printing one copy per round. >> > >> >Better: >> >Is there an elegant way to to this? >> >> >> Bruce, >> >> You have a correct workaround. >> >> However ... >> >> Did you know that you can use the conditional Form Feed using the PCC Label? >> >> The PCC Label control inserts a Printer Control Code Label within the >> report. >> >> Based on your report, you can dynamically VISIBLE (TRUE/FALSE) the label to >> accomplish your goal. >> >> To understand ... >> >> While in Report Designer, place the PCC Label control, right-click, and then >> select [Help] for complete details. >> >> Report Designer | Advanced Controls | PCC Label ... >> >> 2014 SAT Sample Applications includes a sample application that demonstrates >> the use such elegant feature in R:BASE eXtreme 9.5 (32/64). >> >> Very Best R:egards, >> >> Razzak. >> >> www.rbase.com <http://www.rbase.com> >> www.facebook.com/rbase <http://www.facebook.com/rbase> >> -- >> 31 years of continuous innovation! >> 16 Years of R:BASE Technologies, Inc. making R:BASE what it is today! >> -- > >

