Discussion:
Urgent: Set number list item with 1 in first page
(too old to reply)
IedaK
2010-04-28 02:59:01 UTC
Permalink
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.
Karen Robert
2010-04-28 07:27:01 UTC
Permalink
--
Cheers!
Post by IedaK
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.
Hi Ieda,
hv you check the properties?

Regards.
Kireet Kumar
2011-11-21 07:37:56 UTC
Permalink
hi,
try this

void init()
{
;
counter = 0;
super();
}
Post by IedaK
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.
Post by Karen Robert
--
Cheers!
hv you check the properties?
Regards.
Kireet Kumar
2011-11-21 07:40:46 UTC
Permalink
hi,
try this
void init()
{
;
counter = 0;
super();
}
Post by IedaK
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.
Post by Karen Robert
--
Cheers!
hv you check the properties?
Regards.
Post by Kireet Kumar
hi,
try this
void init()
{
;
counter = 0;
super();
}
Loading...