FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Printer Preview page counter bug
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Printer Preview page counter bug
Posted: Fri Nov 17, 2006 08:11 PM

Hello,

There is a bug with the page counter on the printer preview. Is there an update to correct the problem?

Thank you,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 711
Joined: Thu Oct 06, 2005 09:57 PM
Printer Preview page counter bug
Posted: Fri Nov 17, 2006 09:34 PM

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

Un saludo



Manuel

Continue the discussion