Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Page Break


Message #1 by Arvind Iyengar <hs_arvind@y...> on Sat, 15 Dec 2001 09:58:47 -0800 (PST)
--0-490935208-1008440621=:23999
Content-Type: text/plain; charset=us-ascii


Hi All,

  Sorry I did not complete the Q's

I am trying apply pagebreak after each employee report.How to do that? Can any one suggest Me.

 for (int j=0;j<employeeVector.size();j++)
       {
         
         printDetail(pw,(String)employeeVector.elementAt(j),dbStmt,req,con);         
  pw.println("<P CLASS=\"breakhere\">");
       }

But this above is Not working.

Arvind




=========================================================================

Arvind.H.S 

xxx xxx xxxx



---------------------------------
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctionsfor all of your holiday gifts!

  Return to Index