Search found 89 matches: ofont3

Return to advanced search

Re: Problemas con una búsqueda.

... -- enddo DEFINE FONT oFont NAME "Ms Sans Serif" SIZE 0, -14 DEFINE FONT oFont2 NAME "Ms Sans Serif" SIZE 0, -18 DEFINE FONT oFont3 NAME "Courier New" SIZE 0, -18 BOLD DEFINE FONT oFont4 NAME "ARIAL BLACK" SIZE 0, -22 BOLD DEFINE DIALOG oDlg SIZE 400, 340 ...
by José Camilo
Sun Jun 16, 2024 6:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con una búsqueda.
Replies: 4
Views: 467

Re: Concatenar 2 o mas campos en xbrowse

... esta el 99 + "/" agregas la barra + campo donde esta el 16 + "-" + campo baldes oCol:nDataStrAlign:= AL_LEFT oCol:oDataFont:= oFont3 oCol:oHeaderFont := oFont4 oCol:oFooterFont := oFont4 oCol:nWidth:= 240 Saludos Ruben Dario Fernandez Unless you are using a very very old version ...
by nageswaragunupudi
Thu Aug 04, 2022 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Concatenar 2 o mas campos en xbrowse
Replies: 4
Views: 545

Re: Concatenar 2 o mas campos en xbrowse

... esta el 99 + "/" agregas la barra + campo donde esta el 16 + "-" + campo baldes oCol:nDataStrAlign:= AL_LEFT oCol:oDataFont:= oFont3 oCol:oHeaderFont := oFont4 oCol:oFooterFont := oFont4 oCol:nWidth:= 240 Saludos Ruben Dario Fernandez
by D.Fernandez
Tue Aug 02, 2022 11:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Concatenar 2 o mas campos en xbrowse
Replies: 4
Views: 545

FWMariaDB and XBrowse - Query - Mr. Rao

... ALL EXPAND VIEW #include "Fivewin.ch" #include "xbrowse.ch" function PlanillaMantDiarios( oCn ) LOCAL oDlg, oFont1, oFont2, oFont3, oBrw, oRs, wmes, wanio, csql, oGet:={} LOCAL ii wmes := 11 wanio:= 2021 oGet:=Array(2) cSql := "SELECT * FROM mantenimientos JOIN planilla ...
by jose_murugosa
Tue Dec 21, 2021 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMariaDB and XBrowse - Query - Mr. Rao
Replies: 0
Views: 203

Exportacíon Excel desde Reporte

... Static 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: 375

Re: xBrowse, xBrowser enhansement - Rao

... := .T. :lFooter := .t. :bRecSelHeader := { || "" } :bRecSelData := { |o| o:KeyNo } :bRecSelFooter := { |o| o:nLen } :oRecSelFont := oFont3 // optional :nRecSelWidth := "99999" // required size :lHScroll := .F.
by Marc Venken
Fri Mar 26, 2021 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse, xBrowser enhansement - Rao
Replies: 3
Views: 866

Re: tPrinter en vertical

... idea, aun no logro imprimir vertical palabras... Gracias PD: Codigo de prueba: func ImpCB() local oPrn local oFont local oFont1 local oFont2 local oFont3 local nArriba := 0 local nIzq := .5 local nAbajo := 0 local nDerecha := 0 local nRen local nCodeLeft2 := 4.5 local cCod := "1234" PRINTER ...
by fullpaint
Mon Oct 19, 2020 7:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tPrinter en vertical
Replies: 11
Views: 2072

tPrinter en vertical

... y solucionado. Pero no encuentro como imprimir VERTICA las palabras con tPrinter. Hay alguna forma? oPrn:cmsay(nArriba+.2, nIzq+2, ; left(cCod,4) ,oFont3 ,, CLR_BLACK,,PAD_LEFT) Asi me imprime horizontal, hay alguna forma para q me imprima vertical? Desde ya mil gracias Eduardo Rizzolo fullpaint ...
by fullpaint
Fri Oct 16, 2020 11:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tPrinter en vertical
Replies: 11
Views: 2072

Re: How to use Segoe MDL2 icons on Win 7 ?

... http://www.pflegeplus.com/IMAGES/Symbol3.jpg No problem with "WingDings" because HEX are different DEFINE FONT oFont3 NAME "WingDings" SIZE 0,-25 CHARSET 2 DEFINE FONT oFont4 NAME "WingDings 2" SIZE 0,-25 CHARSET 2 DEFINE FONT oFont5 NAME ...
by ukoenig
Sun Jun 23, 2019 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 6817

Listbox strange problem

... ADS, ADSKeyno, ADSKeycount, ADSGETRELKEYPOS, ADSSETRELKEYPOS static aSecurity[06] function Main( cComp, cUid ) local oWnd , ; oFont, oFont2, oFont3, oMenu , ; oLbx , ; nSysW := GetSysMetrics(0) , ; nSysH := GetSysMetrics(1) , ; nLbxW := 600 , ; nLbxH := 430 , ; cSay := "Search for Booking ...
by cdmmaui
Wed May 23, 2018 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox strange problem
Replies: 2
Views: 816

Report collapsible

... REPORT oReport TITLE " ",cTITLE, dtoc(anfang) + " - " + dtoc(ende) LEFT ; FONT oFont1,oFont2,oFont3 ; PEN oPen1; HEADER Setup():LizenzNehmer()," ", ALLTRIM("Erstellt: " + dtoc(date())+ " - "+time()) RIGHT; FOOTER ...
by Iris Gesser
Fri Oct 20, 2017 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report collapsible
Replies: 2
Views: 751

Re: TPrinter Class Problem : Reverse Mode Printing

... ) // METHOD CmBox( nRow, nCol, nBottom, nRight, oPen ) 3. paint the text on top of the box in WHITE oPRINT:cmSay( 2.0, 2.8, "Your text", oFont3,, CLR_WHITE ,,PAD_LEFT ) http://www.pflegeplus.com/IMAGES/Reverse1.jpg this solution works for me. best regards Uwe :D
by ukoenig
Thu Nov 10, 2016 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter Class Problem : Reverse Mode Printing
Replies: 6
Views: 1474

A question about using TEXTOUT on different images.

... instead on oDrawImg ??? ---------------------------- STATIC FUNCTION CL_DT( hMemDC, nStyle, oDrawImg ) LOCAL hOldFont := SelectObject( hMemDC, oFont3:hFont ) , oTitle1 @ aPoints[1][1], aPoints[1][2] TITLE oTitle1 SIZE 300, 50 OF oDrawImg NOBORDER oTitle1:nShadow := 0 oTitle1:aGrdBack := {} ...
by ukoenig
Wed Jun 25, 2014 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A question about using TEXTOUT on different images.
Replies: 0
Views: 325

Re: MyRpt - Diseñador de Reportings - En desarrollo :-)

... ::nLblVSep ; ON LINE ::nLblOnLine ; PEN oPen1 ; FILE "LABEL.PRN" ; TO FILE "LABEL.TXT" ; CAPTION ::cTitulo1 ; FONT ::oFont3, ::oFont2, ::oFont1 LBLITEM AT ::nLblAtcol DATA ..... FONT 2 LblAddItem( ::nLblAtcol,; {bCampo(::aCampos,i)},; //fiels ::aWidth[i],; // width ...
by Silvio.Falconi
Thu Feb 27, 2014 5:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MyRpt - Diseñador de Reportings - En desarrollo :-)
Replies: 132
Views: 41839

Re: problem with tlayout

... function main() local oWnd local oMainLay local hLays := {=>} local hButtons := {=>} local hBrowses := {=>} local oFld, oTitle2, oTitle1, oFont3 define window oWnd title "testing layout" USE CUSTOMER NEW SHARED ALIAS "CUST1" hLays["MAIN"] = TLayout():new( ...
by kajot
Sat Nov 16, 2013 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with tlayout
Replies: 14
Views: 6205
Next

Return to advanced search