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:
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
ENDPRINTI get Preview window and then print the page.
but if I Use PRINT command without PREVIEW I get a empty page.
any help?
FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)