IedaK
2010-04-28 02:59:01 UTC
hi,
im have problem to get the list item with number 1 in first page...the code
as below;
public void executeSection()
{
if (ItemNo > 30)
{
element.newPage(); //again 30 lines printed, make the page break now
ItemNo = 1; //send rest the counter to count the next 30items
}
super();
ItemNo ++;
}
anyone to help me?
Thank You.
im have problem to get the list item with number 1 in first page...the code
as below;
public void executeSection()
{
if (ItemNo > 30)
{
element.newPage(); //again 30 lines printed, make the page break now
ItemNo = 1; //send rest the counter to count the next 30items
}
super();
ItemNo ++;
}
anyone to help me?
Thank You.