Page 1 of 1

Problem with Print BOX

Posted: Wed Nov 29, 2023 11:12 am
by Silvio.Falconi
I have this command

nAlignOriz:= 1
nAlignVert:= 1

oPrn:Box(X, Y, Z, K,;
{ CLR_WHITE, 1 }, CLR_WHITE, ;
{cText, oFnt, nColorFont, SetAlign(nAlignOriz,nAlignVert) }, ;
"CM" )

the function Setalign returns the string "TL"


but it doesn't print anything for me

nAlignOriz:= 3
nAlignVert:= 3

then I see ctext on Page Preview




where is the error ?

Re: Problem with Print BOX

Posted: Wed Nov 29, 2023 12:52 pm
by nageswaragunupudi

Code: Select all | Expand

{cText, oFnt, nColorFont, "" }

Re: Problem with Print BOX

Posted: Wed Nov 29, 2023 6:24 pm
by Silvio.Falconi
nageswaragunupudi wrote:

Code: Select all | Expand

{cText, oFnt, nColorFont, "" }
I saw with "TL" not printed

Strange, now run