Search found 207 matches: ofont2

Return to advanced search

Re: EXCESS RELEASE OF FONT

veamos, hasta no hace mucho yo usaba esta forma define font oFont1 ... define font oFont2 ... define window oWnd ... font oFont1 .. ... define dialog oDlg ... font oFont2 ... oFont1:end() oFont2:end() ahora, ya no es necesario eliminar la fuente con :end(), si esta ...
by carlos vargas
Wed Dec 10, 2014 10:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT
Replies: 29
Views: 5929

Error al generar un report

... extraño. Es este (forma parte de un fichero donde abro las tablas y todo): //-- Listado de Articulos. static function LArticulos() local oFont1,oFont2,nRec local oReport DbGoTop() nRec := RecNo() DEFINE FONT oFont1 NAME "Arial" SIZE 0,8 DEFINE FONT oFont2 NAME "Arial" SIZE ...
by mlolo
Thu Apr 03, 2014 12:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al generar un report
Replies: 0
Views: 457

Error al generar un report

... extraño. Es este (forma parte de un fichero donde abro las tablas y todo): //-- Listado de Articulos. static function LArticulos() local oFont1,oFont2,nRec local oReport DbGoTop() nRec := RecNo() DEFINE FONT oFont1 NAME "Arial" SIZE 0,8 DEFINE FONT oFont2 NAME "Arial" SIZE ...
by mlolo
Thu Apr 03, 2014 12:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al generar un report
Replies: 0
Views: 335

Re: Errores al traspar proy. FWH pre-release a FWH actualizada

... (b)PONBARRA( 233 ) El código fuente del informes (parte del fichero) es: //-- Listado de Articulos. static function LArticulos() local oFont1,oFont2,nRec local oReport DbGoTop() nRec := RecNo() DEFINE FONT oFont1 NAME "Arial" SIZE 0,8 DEFINE FONT oFont2 NAME "Arial" SIZE ...
by mlolo
Thu Apr 03, 2014 10:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores al traspar proy. FWH pre-release a FWH actualizada
Replies: 10
Views: 1401

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 {},; //picture ...
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: 36299

Re: XBrowse y Grupo de Columnas

... to paint xBrowse bitmap and text in the same cell: bitmap above or different lines Añadir esta linea como ejemplo ( hay que definir la variable oFont2 ) Add this line as an example (you have to define the variable oFont2) oXBrw:aCols[ 4 ]:bPaintText = { | oCol, hDC, cText, aCoors, ...
by cnavarro
Thu Aug 22, 2013 9:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9495

A report-sample of a imagelist with memos from DBF ?

... AADD( aImgList, STYLE1->IMAGE ) DBSKIP(+1) ENDDO DBGOTOP() REPORT oReport TITLE "*** IMAGES STYLE 1 ***","" PREVIEW ; FONT oFONT2 ????? IMAGES COLUMN TITLE "Info 1" DATA STYLE1->INFO1 SIZE 15 MEMO COLUMN TITLE "Info 2" DATA STYLE1->INFO2 SIZE 15 ...
by ukoenig
Mon Aug 12, 2013 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A report-sample of a imagelist with memos from DBF ?
Replies: 5
Views: 1511

Re: XBREPORT : Less known features of FWH- 1

... TITLE oInforme:cTitulo1, oInforme:cTitulo2, iif(oInforme:cTitulo3!=NIL, oInforme:cTitulo3," ") CENTERED ; FONT oInforme:oFont3, oInforme:oFont2, oInforme:oFont1 ; HEADER oSayEmpresa(), "Fecha: "+dtoc(Date()), "Hora: "+Time() ; FOOTER "Página: "+str(oRep:nPage,3) ...
by elvira
Tue Jul 30, 2013 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBREPORT : Less known features of FWH- 1
Replies: 8
Views: 2168

Re: xBrowse to Excel how to bring ON TOP ?

... oBrw2:ToExcel() ), ; // ASC or VKEYS SETFOCUSAFTER( FINDWINDOW( "XLMAIN", 0 ) ) ) ; FILENAME c_path1 + "Excel.Bmp" ; FONT oFont2 2007 ; LEFT oBtn2:lTransparent := .t. oBtn2:cToolTip = { "Export " + CRLF + "to EXCEL","EXPORT", 1, CLR_BLACK, ...
by ukoenig
Thu Jun 20, 2013 5:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse to Excel how to bring ON TOP ?
Replies: 8
Views: 2790

Re: Incremental xBrowse-ARRAY-search from GET ?

... "CHR","ASC", "CHR","ASC", "CHR","ASC" ; COLSIZES 50, 50, 50, 50, 50, 50, 50, 50 FONT oFont2 ; ARRAY aPrint1 LINES FASTEDIT CELL oBrw1:lHScroll := .F. WITH OBJECT oBrw1 :nEditTypes := EDIT_GET :CreateFromCode() END I := 1 FOR I := 1 to ...
by ukoenig
Sun Jun 16, 2013 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental xBrowse-ARRAY-search from GET ?
Replies: 3
Views: 1498

Incremental xBrowse-ARRAY-search from GET ?

... ; PROMPT "&Show" ; ACTION ( nKey1 := GET_KEYS(ALLTRIM(cGet1)), oSay[4]:Refresh() ); FILENAME c_path1 + "Help.Bmp" ; FONT oFont2 2007 ; TOP oBtn1:lTransparent := .t. oBtn1:cToolTip = { "Array " + CRLF + "result","nKey", 1, CLR_BLACK, 14089979 ...
by ukoenig
Fri Jun 14, 2013 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental xBrowse-ARRAY-search from GET ?
Replies: 3
Views: 1498

Re: change a get with on execution

I have this get @ 0.5, 0.5 GET oGet VAR cGet OF oDlg SIZE 120, 12 RIGHT FONT oFont2 and I wish change the with from 120 to 232 Please try function test()   local oDlg, oGet   local cGet  := PadR( "Change Get Width", 100 )   DEFINE DIALOG ...
by nageswaragunupudi
Sat Apr 27, 2013 1:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change a get with on execution
Replies: 5
Views: 1045

change a get with on execution

I wish size a get when the user press a button or a menu

I tried with move(), resize() methods with no success !!!

I have this get

@ 0.5, 0.5 GET oGet VAR cGet OF oDlg SIZE 120, 12 RIGHT FONT oFont2

and I wish change the with from 120 to 232
by Silvio.Falconi
Fri Apr 26, 2013 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change a get with on execution
Replies: 5
Views: 1045

Re: DIALOGS NOWAIT-CLAUSULA VALID

... (Fonts,Backgrounds...) Ej: DEFINE DIALOG oDlg OF oWnd RESOURCE "CREDITOSCONSUL" ACTIVATE DIALOG oDlg CENTERED NOWAIT ; VALID( ,oFont1,oFont2,oBack,; //estos no se liberan si el dialog estaba abierto y el usuario cerro el programa (cSitPTMO)->(dbCloseArea()) ,; //estos sí, en la ...
by FranciscoA
Mon Dec 03, 2012 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIALOGS NOWAIT-CLAUSULA VALID
Replies: 20
Views: 4336

Re: Impresion Dos en epson lx-300+ii

... usar usb y demas , con la velocidad del modo texto . Al imprimir usa las fuentes draft y no notaras la diferencia con el modo texto. DEFINE FONT oFont2 NAME "DRAFT 5CPI" SIZE -18,-18 OF oPrn DEFINE FONT oFont1 NAME "DRAFT 12CPI" SIZE 0, -10 OF oPrn DEFINE FONT oFont3 NAME ...
by mastintin
Thu Nov 15, 2012 8:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresion Dos en epson lx-300+ii
Replies: 2
Views: 953
PreviousNext

Return to advanced search