Search found 113 matches: ofnt

Return to advanced search

Problem with Print BOX

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:= ...
by Silvio.Falconi
Wed Nov 29, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Print BOX
Replies: 2
Views: 240

Re: xHarbour.org updated!

... "FiveWin.ch" STATIC oActiveX FUNCTION Main( cChave ) LOCAL oFont, oDlgCaptcha, oGet, oGet1, cCaptcha := Space(8), oSefaz, oImage LOCAL oFnt, oSaida, oBaixarXML LOCAL oChildWnd, cSite Default cChave := Space(44) MsgWait( "CONECTANDO AO PORTAL DA PORTO SEGURO...", ; "AGUARDE ...
by karinha
Wed Sep 20, 2023 1:11 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30925

Re: IMAGE on BOX

Silvio:
Si pruebas dejando un milimetro entre uno y otro?
oPrn:Box(X, Y, Z, K,;
{ nColorBordo, 0.1 }, nBackcolor, ;
{"", oFnt, nColorFont, "" }, ;
"CM" )

@ x+0.01,y+0.01 PRINT TO oPrn IMAGE cDesc SIZE nAltezza-0.02,nAltezza-0.02 CM
by cmsoft
Fri Apr 21, 2023 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IMAGE on BOX
Replies: 2
Views: 181

IMAGE on BOX

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 https://i.postimg.cc/C1hsTP3d/jjj.jpg ...
by Silvio.Falconi
Fri Apr 21, 2023 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IMAGE on BOX
Replies: 2
Views: 181

last useful line in a sheet

... class) information like timestamp or page number? I try with @ 28, 0 PRINT TO oPrn TEXT TimeStamp() ; SIZE 6.90, 0.8 CM ALIGN "TL" FONT oFnt COLOR CLR_BLACK but not print any
by Silvio.Falconi
Tue Apr 18, 2023 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: last useful line in a sheet
Replies: 4
Views: 392

box align question

when I make a box I use ::oPrn:Box(X, Y, Z, K,; { nColorBordo, ::SetBorder(nSizeBordo) }, nBackcolor, ; {cText, oFnt, nColorFont, ::SetAlign(nAlignOriz,nAlignVert) }, ; "CM" ) on ::SetAlign(nAlignOriz,nAlignVert) I build the string to align/position but I have only this ...
by Silvio.Falconi
Sun Apr 09, 2023 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: box align question
Replies: 2
Views: 197

To Nages : other problem with oPrn:Box

I have problem when I must centered a TEXT oPrn:Box(nRow,nCol,nHeight+nRow,nWidth, { cColorborder, nTipoBorder }, cBackborder, ; { cTesto, oFnt, nColorFont, cAlign }, ; "CM" ) you wrote me this "TL" : TopLeft "TR" : TopRight "T" : Top Center "BL" ...
by Silvio.Falconi
Thu Nov 11, 2021 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : other problem with oPrn:Box
Replies: 0
Views: 182

Re: Box question

HE ENCONTRADO EL PROBLEMA si no hay border lo hice oPrn:Box(nRiga,nColonna,nAltezza+nRiga,nlarghezza, nil, nil, ; { cTesto, oFnt, nColorFont, cAlign }, ; "CM" ) pero el "nil" tiene problemas para mover el cuadro y poner un contorno más grande tal vez funcione así ...
by Silvio.Falconi
Wed Nov 10, 2021 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Box question
Replies: 7
Views: 578

Re: Box question

... := "TL" nColorFont := CLR_BLACK oPrn:Box(nRiga,nColonna,nAltezza+nRiga,nlarghezza, { cColorbordo, nTipoBordo }, cBackbordo, ; { cTesto, oFnt, nColorFont, cAlign }, ; "CM" ) I saw when there is not the background color the line of the box is too big
by Silvio.Falconi
Wed Nov 10, 2021 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Box question
Replies: 7
Views: 578

Box question

... 1 nAltezza := 0.8 nlarghezza := 4.5 .... oPrn:Box(nRiga,nColonna,nAltezza+nRiga,nlarghezza, { cColorbordo, nTipoBordo }, cBackbordo, ; { cTesto, oFnt, nColorFont, cAlign }, ; "CM" ) as you can see here https://i.postimg.cc/Cx7DRr4F/f.jpg How I can make to move only the ...
by Silvio.Falconi
Wed Nov 10, 2021 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Box question
Replies: 7
Views: 578

XBROWSE transparente

... fondo (:oBrush) luego se define un xBrowse en modo transparente. Es decir : @ 149, 12 XBROWSE ::oBrwsVta Of ::oWndMain ARRAY {} SIZE 913,247 FONT oFnt PIXEL COLORS CLR_BLACK FASTEDIT NOBORDER TRANSPARENT (no defino ninguna imagen de fondo para este browse) xBrowse pinta el fondo del area de datos ...
by Modesto
Wed Feb 10, 2021 11:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE transparente
Replies: 4
Views: 520

Re: fieldWBlock

... nRiga, nColonna PRINT TO oPrn TEXT eval( FIELDWBLOCK( aFields[ncampo], SELECT( "CUST" ) ) ); SIZE nWid, nHei CM ALIGN "T" FONT oFnt I tried with eval make error
by Silvio.Falconi
Wed Nov 18, 2020 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fieldWBlock
Replies: 13
Views: 1193

Re: fieldWBlock

... nRiga, nColonna PRINT TO oPrn TEXT eval( FIELDWBLOCK( aFields[ncampo], SELECT( "CUST" ) ) ); SIZE nWid, nHei CM ALIGN "T" FONT oFnt
by ADutheil
Wed Nov 18, 2020 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fieldWBlock
Replies: 13
Views: 1193

Re: fieldWBlock

... : @ nRiga, nColonna PRINT TO oPrn TEXT FIELDWBLOCK( aFields[ncampo], SELECT( "CUST" ) ); SIZE nWid, nHei CM ALIGN "T" FONT oFnt it's very strange because I call allways the field number 2 ( Last)
by Silvio.Falconi
Wed Nov 18, 2020 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fieldWBlock
Replies: 13
Views: 1193

Re: Problem on a Dialog, btns are disabled with Urlnk object

Good I found the error now run ok

IF !lModifica
UrlAction(@lModifica,oDlg,oFnt,nRow+6,213,oPanelProtect)
Endif
return lModifica

and then move all bpainted on function BoxUrllnk
by Silvio.Falconi
Wed Jan 08, 2020 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem on a Dialog, btns are disabled RESOLVED
Replies: 7
Views: 1180
Next

Return to advanced search