Search found 61 matches: open1

Return to advanced search

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... NAME "Arial" SIZE 0,-18 OF oPrn DEFINE FONT oFnt2 NAME "Arial" SIZE 0,-8 BOLD OF oPrn DEFINE BRUSH oBrush COLOR 0 DEFINE PEN oPen1 WIDTH 5 DEFINE PEN oPen2 WIDTH 15 COLOR 7873845 DEFINE PEN oPen3 WIDTH 1 COLOR 4556678 DEFINE PEN oPen4 WIDTH 3 COLOR 3123123 #DEFINE VACIA 0 ...
by pedroluis
Sun May 12, 2024 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 980

error TXBROWSE:CARGOS

... General", "No Conformidades Anteriores", "Resultados", "Cierre" ; // BITMAPS "new", "open1", "Presupu"; DIALOGS "solapa1", "solapa2w", "Solapa5w", "Solapa3w", "Solapa4w" ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 312

Ayuda por favor con folder y listbox

... "&Encabezado", "&Información General", "Resultados", "Cierre" ; // BITMAPS "new", "open1", "Presupu"; DIALOGS "solapa1", "solapa2", "Solapa3", "Solapa4" // round 10 transparent ...
by jpcavagnaro
Wed Mar 29, 2023 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda por favor con folder y listbox
Replies: 1
Views: 252

Re: Imprimir el símbolo & en un título????

... rectas. Saludos Ruben Dario Fernandez ctitulo9 := "Gancedo && Asociados S.R.L." oPrn:RoundBox( 1, 7.8, 1.8 , 13, 0.5,0.5, oPen1,CLR_WHITE, {cTitulo9, oFont5, CLR_BLACK} ,"CM" ) Probado con varios tipos de letra. imagenes https://postimg.cc/gallery/n7yZqFx
by D.Fernandez
Thu Feb 02, 2023 12:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir el símbolo & en un título????
Replies: 5
Views: 280

Print this character &

... use only fivewin code. So I'm try to print this: cTitulo33:="Gancedo & Asociados S.R.L." oPrn:RoundBox( 1, 7.8, 2 , 13.8, 0.1,0.1, oPen1,CLR_WHITE, {cTitulo33, oFont, CLR_BLACK} ,"CM" ) Don't print the character & , I tryed with other font but, don't. There are more... ...
by D.Fernandez
Thu Feb 02, 2023 4:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print this character &
Replies: 2
Views: 264

Re: Imprimir el símbolo & en un título????

Un poco mas claro... cTitulo33:="Gancedo & Asociados S.R.L." oPrn:RoundBox( 1, 7.8, 2 , 13.8, 0.1,0.1, oPen1,CLR_WHITE, {cTitulo33, FFNT5, CLR_BLACK} ,"CM" ) No imprime el caracter & Estoy tratando de dejar codigo de terceros, utilizaba tUtilPrn de Rafa ...
by D.Fernandez
Thu Feb 02, 2023 4:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir el símbolo & en un título????
Replies: 5
Views: 280

PEN AL GENERAR PDF

Saludos

Al generar un PDF
no respeta la definición de PEN
cualquier valor que ponga, siempre sale muy gruesa la linea

DEFINE PEN oPEN1 WIDTH .5 OF oPRN
oPrn := FWPdf():New( cARCHPDF )
oPRN:LINE( Row* 10,CCOL*5 C,Row*10,CCOL*55,oPEN1)
by Marco Augusto
Sat Jan 21, 2023 3:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PEN AL GENERAR PDF
Replies: 0
Views: 272

Se Puede Imprimir 1 box de fondo gris y bordes redondeados?

Buenas tardes foro.!!
Necesito imprimir un titulo de un listado dentro de un box. la pregunta es si se puede a ese box ponerle un fondo de color y si se pueden redondear los bordes.
oPrn:Box( prow, pcol, prow*2.3, pcol*77, open1 )
asi defino el box.

Gracias.
by José Camilo
Tue Jan 17, 2023 7:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se Puede Imprimir 1 box de fondo gris y bordes redondeados?
Replies: 1
Views: 255

Re: tPrinter a PDF

... mi codigo lo tengo todo con oPrn:CmSay( 1.0, 6.8 ,"Informe N° " + Alltrim(Str(NumNumero)),oFont1) oPrn:CmBox( 0.7, 6.5, 1.8, 14, oPen1 ) Y aun aparece recortado el PDF al tamaño de la etiqueta programada en la impresora
by Adolfo
Fri Feb 11, 2022 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tPrinter a PDF
Replies: 6
Views: 529

Exportacíon Excel desde Reporte

... oReport #define BLANCO 1 #define ROJO 2 #define AMARILLO 3 #define AZUL 4 #define VERDE 5 LOCAL NOME := SPACE(25) LOCAL oFont1, oFont2, oFont3, oPen1, oPen2, cTit cTit := ALLTRIM(NEWPAR->EMPRESA1) DEFINE FONT oFont1 NAME "ARIAL" SIZE 0,-10 DEFINE FONT oFont2 NAME "ARIAL" ...
by danielgustavo
Thu Jun 24, 2021 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportacíon Excel desde Reporte
Replies: 0
Views: 320

Re: oPen with printer

Try

DEFINE PEN oPen1 WIDTH nPixel COLOR CLR_HBLUE OF oPrn
by MaxP
Thu Jan 23, 2020 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPen with printer
Replies: 5
Views: 626

Re: oPen with printer

DEFINE PEN oPen1 WIDTH nPixel COLOR CLR_HBLUE
by byte-one
Thu Jan 23, 2020 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPen with printer
Replies: 5
Views: 626

Re: New FWH 19.09

... development of graphic functionality. Thanks for understanding and we highly appreciate your cooperation. I make a pen with "DEFINE PEN oPen1 WIDTH max(1,(max(oPrn:nHorzRes(),oPrn:nVertRes())/1800))" Instead please use DEFINE PEN oPen WIDTH nWidth OF oPrn  // FWH1909  ...
by nageswaragunupudi
Wed Oct 23, 2019 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 5943

Re: New FWH 19.09

... as Right and Right was treated as Bottom. But a other thing is the pen in oPrint:box() and oPrint:roundbox(). I make a pen with "DEFINE PEN oPen1 WIDTH max(1,(max(oPrn:nHorzRes(),oPrn:nVertRes())/1800))" with exact pixels. In the METHOD ParamPen(..) you use   case cType == "O" ...
by byte-one
Wed Oct 23, 2019 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 5943

Re: class to make Report with tdatabase

STRANGE..... this morning I add DEFINE PEN ::oPen1 WIDTH 1 COLOR CLR_HGRAY DEFINE PEN ::oPen2 WIDTH 1 COLOR CLR_BLACK and REPORT ::oReport ; TITLE "ELENCO TARIFFE LISTINO ALTA STAGIONE" ; FONT ::oFont ; PEN ::oPen1,; ::oPen2 ; HEADER ...
by Silvio.Falconi
Sat Jun 01, 2019 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: class to make Report with tdatabase
Replies: 5
Views: 1250
Next

Return to advanced search