PRINT without PREVIEW
Posted: Tue Mar 03, 2020 4:25 pm
HI,
when I use this code:
I get Preview window and then print the page.
but if I Use PRINT command without PREVIEW I get a empty page.
any help?
when I use this code:
Code: Select all
PRINT oPrn NAME "Cartellino finiti" PREVIEW
DEFINE FONT oFont NAME "Bahnschrift Light Condensed" SIZE 0, -18 BOLD OF oPrn
DEFINE FONT oFont2 NAME "Bahnschrift Light Condensed" SIZE 0, -26 BOLD OF oPrn
DEFINE FONT oFont3 NAME "Bahnschrift Light Condensed" SIZE 0, -20 BOLD OF oPrn
nRowStep = oPrn:nVertRes() / 40 // 56 righe
nColStep = oPrn:nHorzRes() / 80 // 170 colonne
PAGE
oPrn:SetCopies(nCopie)
oPrn:Say(nRowStep * 2,nColStep * 65,Transform(m_get[01],"@ 99/99/9999"),oFont3) //Data
....
ENDPAGE
ENDPRINT
but if I Use PRINT command without PREVIEW I get a empty page.
any help?