hi.
i had develop a simple report..based on below thread.
My report is working fine..
the query is
select empid from emptable where empid >=1 and empid<=2
which means two pages will be display one by one in two page..
but if i select
select empid from emptable where empid >=1 and empid<=1
It is showing two pages.. but second page is showing empty.
what should i do.
Actually it should show single page only...
remaining cases it is working fine but at if i pick single page only it is showing problem..
Any information plz update me...
newpage before
pagenumber = totalpagecount
newpage after
pagenumber =1