FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problem with Print BOX
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Problem with Print BOX
Posted: Wed Nov 29, 2023 11:12 AM

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 ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Problem with Print BOX
Posted: Wed Nov 29, 2023 12:52 PM
Code (fw): Select all Collapse
{cText, oFnt, nColorFont, "" }
Regards



G. N. Rao.

Hyderabad, India
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: Problem with Print BOX
Posted: Wed Nov 29, 2023 06:24 PM
nageswaragunupudi wrote:
Code (fw): Select all Collapse
{cText, oFnt, nColorFont, "" }
I saw with "TL" not printed

Strange, now run
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion