Search found 22 matches: oheaderfont

Return to advanced search

Re: Concatenar 2 o mas campos en xbrowse

... + "/" 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 of FWH, ...
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: 462

Re: Concatenar 2 o mas campos en xbrowse

... + "/" 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: 462

Re: Rowset X cSeek

... } ), ; oBrowse:Refresh(), ; oBrowse:SetFocus() ), ) } END oCol:= oBrowse:AddCol() oCol:nWidth := 30 oCol:cHeader := "Situação" oCol:oHeaderFont := oSistema():oFonte8 oCol:nHeadStrAlign := AL_CENTER oCol:AddResource( "ATIVO" ) oCol:AddResource( "INATIVO" ) oCol:bBmpData ...
by oliveiros junior
Thu Jan 04, 2018 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset X cSeek
Replies: 7
Views: 2060

xbrowse y tdolphin

... oCol2:cHeader := "Inspeccion" oCol2:nDataStrAlign := AL_RIGHT oCol2:bBmpData := { || iif( Ext_Otr1->Servicio=1, 1, 2) } oCol2:oHeaderFont := oVFont pero si esto lo paso a Mysql, con xBrowse.. no hace nada de nada... la imagen no aparece y aparece .F. y la letra del titulo en ...
by kpidata
Tue Oct 31, 2017 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y tdolphin
Replies: 3
Views: 1023

Re: xbrowse: picture (Solucionado)

ESTABA HACIENDO ESTO
oCol:=xLbx:AddCol() , oCol:cHeader:= cTitulo , oCol:bStrData := bCampo , oCol:nWidth := nAncho ) ,;

AHORA HAGO
oCol:=xLbx:AddColumn( cTitulo , bCampo , cPicture ,,,, nAncho , .F., .F.,,,,,, .F.,,,,, .F.,,, ) , oCol:oHeaderFont:=memvar->oDatos:oFont9 )
by silvinamazzaro
Thu Jan 26, 2017 7:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse: picture
Replies: 9
Views: 1412

Re: A xBrowse-problem using public defined fonts ?

Günther, in sample TestXbr5.prg oHeaderfont is defined like WITH OBJECT oBrw:oCol( "Age" ) :oHeaderFont := oVFont // defined font of a selected column :cHeader := "Age Of Employee" :AddBmpFile( '..\bitmaps\attach.bmp' ...
by ukoenig
Sat Jan 16, 2016 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A xBrowse-problem using public defined fonts ?
Replies: 6
Views: 803

Re: A xBrowse-problem using public defined fonts ?

I had also the problem! ::setfont() is the solution! :D
Uwe, how do you assign the font with setfont() to oCol:oHeaderfont??
by byte-one
Sat Jan 16, 2016 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A xBrowse-problem using public defined fonts ?
Replies: 6
Views: 803

Re: A xBrowse-problem using public defined fonts ?

Cristobal,

Thank You very much.
it seems to be OK

as well it doesn' happen using

oCol:oDataFont := oSysfont1
oCol:oHeaderFont := oSysfont1

best regards
Uwe :D
by ukoenig
Fri Jan 15, 2016 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A xBrowse-problem using public defined fonts ?
Replies: 6
Views: 803

Re: Fuente sin destruir

Mas sobre el tema ... ¿ Cual es la manera correcta de asignar fuentes a oCol:oHeaderFont y oCol:oFooterFont y luego destruirlas ? Si se hace así la fuente se queda ...   DEFINE FONT oheaderFONT NAME "Arial" SIZE 0, -8 oBrw := TxBrowse():New( ...
by mastintin
Sat Mar 14, 2015 5:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fuente sin destruir
Replies: 10
Views: 1324

Re: Incremental Search

... ; JUSTIFY .T., nil, .T., .T. // AUTOCOLS AUTOSORT SetBrwStyle( oBrw ) // 1. Index oBrw:aCols[1]:cSortOrder := "Number" oBrw:aCols[1]:oHeaderFont:= oFont2 oBrw:aCols[1]:bClrHeader := {|| { 255,0 } } oBrw:aCols[1]:AddResource( "B_Select" ) oBrw:aCols[1]:nHeadBmpNo := 1 oBrw:aCols[1]:bLClickHeader ...
by ukoenig
Sat Oct 06, 2012 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental Search
Replies: 8
Views: 3058

Re: EDICION DE CELDA TIPO FACTURA EN XBROWSE CON ARRAY

... } oBrw:aCols[1]:nWidth := 100 oBrw:aCols[1]:bLClickHeader:= {|r,c,f,o|LeerCodigo(oDlg1,oBrw,aDatos),oBrw:GoRight(),oBrw:GoRight() } oBrw:aCols[1]:oHeaderFont := oFnt oBrw:aCols[1]:bEditWhen := { || IF(Len(aGuias)=0,.T.,.F.) } oBrw:aCols[2]:cHeader := 'Description' oBrw:aCols[2]:bClrEdit := oBrw:bClrStd ...
by jbrita
Mon Jul 09, 2012 4:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EDICION DE CELDA TIPO FACTURA EN XBROWSE CON ARRAY-SOLUCION
Replies: 3
Views: 2472

Re: xBrowse - Font en Fila Seleccionada

Mario
prueba asi:
DEFINE FONT oFontA NAME "TAHOMA" SIZE 0,-12
DEFINE FONT oFontB NAME "TAHOMA" SIZE 0,-12 BOLD
AEval( oBrw:aCols, { |o| o:oDataFont := oFontA, o:oHeaderFont := oFontB } )

saludos
paco
by Francisco Horta
Tue Nov 08, 2011 9:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Font en Fila Seleccionada
Replies: 4
Views: 695

Re: Devolver Valor a una Columna del Xbrowse Antes de Validar

... } oBrw:aCols[1]:nWidth := 100 oBrw:aCols[1]:bLClickHeader:= {|r,c,f,o|LeerCodigo(oDlg1,oBrw,aDatos),oBrw:GoRight(),oBrw:GoRight() } oBrw:aCols[1]:oHeaderFont := oFnt STATIC FUNCTION BuscarProd( oGet,oCol,oBrw,aDatos,oDlg ) *----------------------------------- Local m_codi :=oGet:Value Local oDlg1 ...
by jbrita
Thu Jun 02, 2011 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Devolver Valor a una Columna del Xbrowse Antes de Validar
Replies: 7
Views: 1801

Re: xBrowse - Edit

... } oBrw:aCols[1]:nWidth := 100 oBrw:aCols[1]:bLClickHeader:= {|r,c,f,o|LeerCodigo(oDlg1,oBrw,aDatos),oBrw:GoRight(),oBrw:GoRight() } oBrw:aCols[1]:oHeaderFont := oFnt *oBrw:aCols[1]:bEditWhen := { || IF(Len(aGuias)=0,.T.,.F.) } oBrw:aCols[2]:cHeader := 'Description' oBrw:aCols[2]:bClrEdit := oBrw:bClrStd ...
by jbrita
Wed Mar 09, 2011 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Edit
Replies: 6
Views: 1280

Get and xBrowse

... v ), ) } next oBrw:CreateFromResource(101) oBrw:aCols[1]:cHeader:= "Boa" oBrw:aCols[2]:cHeader:= "Cognome " oBrw:aCols[1]:oHeaderFont:= oFont oBrw:aCols[2]:oHeaderFont:= oFont oBrw:lFastEdit := .T. oBrw:bClrStd:= { || If(( oBrw:cAlias)->(OrdKeyNo()) % 2 == 0, ; { CLR_BLACK, ...
by Romano
Tue Feb 01, 2011 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get and xBrowse
Replies: 0
Views: 537
Next

Return to advanced search