Buenos días Pedro. ¿Puedes hacer una DEMOSTRACIÓN con el archivo .DBF y ponerlo a disposición para su descarga, de modo que pueda intentar ver si puedo dominar la lógica?
https://mega.nz/
tks.
Regards, saludos.
pedroluis wrote:Hola Kahirina !
Te agradezco mucho, pero está funcionando !
Usé el syswat(3), y al esperar un poquito los genera bien.
Gracias a todos !
#include "Fivewin.ch"
#include "print.ch"
FUNCTION Main()
LOCAL oPrn, i, oFont
DEFINE FONT oFont NAME "ARIAL" SIZE 60,120
FOR i := 1 TO 10
PRINT oPrn ;
NAME "Pdf Nro "+str(i,2) ;
FILE "pdf"+STR(i,1)+".pdf" PREVIEW
oPrn:SetPage(5) // LEGAL
oPrn:SetPortrait() //Vertical
PAGE
//Texto a imprimir
@ 10,10 PRINT TO oPrn TEXT "Hoja "+STR(i,2) SIZE 2.5,1 CM FONT oFont ALIGN "CT"
ENDPAGE
ENDPRINT
Syswait(3)
NEXT i
RELEASE oFont
RETURN nil
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 36 guests