|
Carriage return and line feed will do you no good. Use methods newLine() and endPage() // example // define attributes pList = new PrintParameterList(); pList.setParameter(PrintObject.ATTR_PAGELEN 66F); pList.setParameter(PrintObject.ATTR_PAGEWIDTH, 132F); pList.setParameter(PrintObject.ATTR_OUTPUT_QUEUE, "TEST"); out = new SpooledFileOutputStream(as400, pList, null, null); // define writer scsWtr = new SCS5256Writer(out, 37, as400); // new line scsWtr.newLine(); // end page scsWtr.endPage(); -----Original Message----- From: Glenn Holmer [mailto:gholmer@weycogroup.com] Sent: Monday, December 03, 2001 4:15 PM To: java400-l@midrange.com Subject: SCS writer I'm creating a spooled file using SCS5256Writer and have trouble getting the page-feeds right. This job will print customer labels for our catalogs. I'm not using a print file, but I set the parameters like this: parms.setParameter(PrintObject.ATTR_MEASMETHOD, "*ROWCOL"); parms.setParameter(PrintObject.ATTR_PAGELEN, (float)18.0); parms.setParameter(PrintObject.ATTR_OVERFLOW, 18); I send lines continuously to the printer (four lines of data ending with carriageReturn() and lineFeed() followed by fourteen CR/LF's). I put greenbar in the printer to test it (form type *STD), but it appears to print one greenbar-sized page and then stop at the bottom printing over and over itself. What am I doing wrong? -- ____________________________________________________________ Glenn Holmer gholmer@weycogroup.com Programmer/Analyst phone: 414.908.1809 Weyco Group, Inc. fax: 414.908.1601 _______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l or email: JAVA400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l. The information transmitted by the following E-Mail is intended only for the addressee and may contain confidential and/or privileged material. Any interception, review, retransmission, dissemination, or other use, or taking any action upon this information by persons or entities other than the intended recipient is prohibited by law and may subject them to criminal or civil liability. If you received this communication in error, please contact us immediately at 954-730-2900 ext. 3600 and delete the communication from any computer or network system.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.