How I can to create an image on a box ?
I try with
oPrn:Box(X, Y, Z, K,;
{ nColorBordo, 0.1 }, nBackcolor, ;
{"", oFnt, nColorFont, "" }, ;
"CM" )
@ x,y PRINT TO oPrn IMAGE cDesc SIZE nAltezza,nAltezza CM
this is the result

I tried also with
oPrn:cmBox( x, y, x + nAltezza, y + nLarghezza )
@ x,y PRINT TO oPrn IMAGE cDesc SIZE nLarghezza,nAltezza CM
Any solution pls ?
I try with
oPrn:Box(X, Y, Z, K,;
{ nColorBordo, 0.1 }, nBackcolor, ;
{"", oFnt, nColorFont, "" }, ;
"CM" )
@ x,y PRINT TO oPrn IMAGE cDesc SIZE nAltezza,nAltezza CM
this is the result

I tried also with
oPrn:cmBox( x, y, x + nAltezza, y + nLarghezza )
@ x,y PRINT TO oPrn IMAGE cDesc SIZE nLarghezza,nAltezza CM
Any solution pls ?
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
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