PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Report not showing total page per break
Report not showing total page per break
Iniciado por guest, 10,may. 2016 06:32 - 1 respuesta
Publicado el 10,mayo 2016 - 06:32
Hi,

I have a nested report. in the nested report break header I need to add page no/ total page.
when I generate ,
the page number show continue , not reset on break
the page total show total all the page not total page per break

for page number i use ipagenum() to reset at each break but how do i fix the total page , so that it show total page per break?
Publicado el 10,mayo 2016 - 07:16
found iResetNbPages() but only for Wx20 onward . I modifying application written in WD12 .