Hello,
There is a bug with the page counter on the printer preview. Is there an update to correct the problem?
Thank you,
Hello,
There is a bug with the page counter on the printer preview. Is there an update to correct the problem?
Thank you,
Try to change in preview.prg, Sebastian Almiron solution:
@ 7, 410 SAY oPAGE PROMPT "Número de página: " + ;
ltrim(str(nPage,4,0)) ;
+" / "+ltrim(str(len(aFiles))) SIZE 180, 15 ;
PIXEL OF oBar FONT oFont