Search found 76 matches: aheaders

Return to advanced search

... := .F. oLbx:bLine := {|| { AUDITOR->USUARIO, AUDITOR->NIVEL, CVALTOCHAR(AUDITOR->FECHA), AUDITOR->HORA, AUDITOR->ACCION} } oLbx:aHeaders := { "Usuario","Privilegio","Fecha","Hora","Acción Realizada" } oLbx:aHJustify := {2,2,2,2,2} oLbx:nClrPane := {|| IIF( (oLbx:cAlias)->(OrdKeyNo())%2=0, ...
by cuatecatl82
Mon Mar 10, 2008 11:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar color de una celda Listbox
Replies: 5
Views: 1250

xBrowse.ch

... ; [ ALIAS <cAlias> ] ; [ <sizes:FIELDSIZES, SIZES, COLSIZES> <aColSizes,...> ] ; [ <head:HEAD,HEADER,HEADERS> <aHeaders,...> ] ; [ SIZE <nWidth>, <nHeigth> ] ; [ <dlg:OF,DIALOG> <oWnd> ] ; [ SELECT <cField> FOR <uValue1> ...
by FiveWiDi
Thu Feb 28, 2008 11:28 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: xBrowse.ch
Replies: 1
Views: 1005

... id 108 ON DBLCLICK cambio(oLbx,.f.,oProex) of odlg oLbx:aheaders:= {"Proveedor","F. Factura","Factura","Importe","u$s","Remito","Fecha","Cobranza","Despacho"} oLbx:aJustify := {HA_LEFT,HA_RIGHT,HA_LEFT,HA_RIGHT,HA_RIGHT,HA_RIGHT,HA_RIGHT,HA_RIGHT,HA_RIGHT} ...
by surGom
Tue Feb 19, 2008 10:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: scroll en wbrowse 1.7 de Hernán
Replies: 8
Views: 1638

... {|| CLR_HBLUE} tcobRW1:nClrNFBack := {|| CLR_HBBLUE} tcobRW1:nHeaderHeight:= 19 tcobRW1:nLineHeight := 18 tcobRW1:nFreeze := 3 tcobRW1:aHeaders := {"Cód.","Descrição","Qtde"} tcobRW1:nClrPane := {|| IF(tcobRW1:nat % 2 == 0,CLR_LGRAY,CLR_LGREEN)} tcobRW1:bLine := {|| If( Len(aProdtch)<1 ...
by FWHISHOW
Tue Jan 15, 2008 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tabs from resource
Replies: 16
Views: 3975

... to count // on indexed filters DATA lHitTop, lHitBottom, lCaptured, lMChange DATA lAutoEdit, lAutoSkip DATA lCellStyle AS LOGICAL INIT .f. DATA aHeaders, aColSizes DATA nClrBackHead, nClrForeHead DATA nClrBackFocus, nClrForeFocus DATA aJustify, aActions DATA oGet DATA nLineStyle DATA lIconView, ...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4278

Share add on method report to xbrowse

METHOD Report( cTitle, lPreview, aHeaders, aFooters, cCaption,lModal ) CLASS TXBrowse Local oRpt ,nCols := Len( ::acols ), oldbskip:=::bskip local odevice,cmsg:={"Print","Date","time","Page"} oDevice := TPrinter():New(cmsg[1],.t.) if odevice:hdc==0; ...
by ShumingWang
Fri Dec 07, 2007 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Share add on method report to xbrowse
Replies: 0
Views: 655

Inherit a class from another to add new methods for FW WIKI

... ; [ ALIAS <cAlias> ] ; [ <sizes:FIELDSIZES, SIZES, COLSIZES> <aColSizes,...> ] ; [ <head:HEAD,HEADER,HEADERS,TITLE> <aHeaders,...> ] ; [ SIZE <nWidth>, <nHeigth> ] ; [ <dlg:OF,DIALOG> <oDlg> ] ; [ SELECT <cField> FOR <uValue1> ...
by Otto
Sat Oct 27, 2007 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inherit a class from another to add new methods for FW WIKI
Replies: 2
Views: 1445

... +++++++++++++++++++++++++++++++++++++++++++++ func index_mrez(n,oLbX) *-------------------------------------------- select lager if n = 1 oLbx:aHeaders:={ "-> Bezeichnung", "|| Kategorie","Kartenpreis","Wareneinsatz","Nettorohaufschlag","|| Artikel-NR" } set order to 5 elseif n = 2 oLbx:aHeaders:={ ...
by Otto
Wed Oct 10, 2007 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Suggested enhancement
Replies: 4
Views: 1595

WS_HSCROL No aparece en REDEFINE LISTBOX

... oBCliente:aColSizes := {80,260} oBCliente:bLDblClick:={|| Sol_Datos(.F.)} oBCliente:bKeyDown:={|nKey| Val_nKey(nKey,oBCliente)} oBCliente:aHeaders := cHCli oBCliente:bLine := cLCli oBCliente:SetFocus() oDlg:lHelpIcon := .f. SACS_ONOMASTICO_REL DIALOG DISCARDABLE -4, 9, 315, 218 STYLE WS_POPUP|DS_MODALFRAME|DS_3DLOOK|WS_CAPTION|WS_SYSMENU ...
by maecmx
Sun Jun 24, 2007 1:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WS_HSCROL No aparece en REDEFINE LISTBOX
Replies: 0
Views: 474

Re: Question about the Listbox class

driessen wrote:But can anyone tell me how I can change the headers of this listbox ?


oLst:aHeaders:={"Header1","Header2",...}

--
Sincerely,

Patrick Mast,
xHarbour.com Inc.
http://www.xHarbour.com
by Patrick Mast
Sat Mar 24, 2007 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about the Listbox class
Replies: 1
Views: 484

Re: TWBrowse de Hernan, Columnas desde una Variable

... tienes que tener en cuenta lo siguiente. 1) bLine devuelva un arreglo en funcion del nro de columnas que sean necesarias mostrar. 2) Ajustar ::aHeaders y ::aFooters en el momento del cambio de agregar o quitar columnas 3) Ajustar ::aColSizes que nos define los anchos en pixeles de la columna. ...
by Hernan Diego Ceccarelli
Sat Mar 24, 2007 4:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBrowse de Hernan, Columnas desde una Variable
Replies: 8
Views: 3708

Elías,

oBrowse:aHeaders[ n ] = cTexto
oBrowse:Refresh()

y en cTexto usa algún caracter que lo indique (*,+,#,etc.)
by Antonio Linares
Thu Mar 08, 2007 8:27 pm
 
Forum: FiveWin para Pocket PC
Topic: Cabecera browse...
Replies: 3
Views: 1234

... := {|nAt| nAt:= oBrw:nAt,; if ( lFlag,; Array(4),; { STR( oRs21:Get('codcli'),6,0 ),; oRs21:Get('nombre'),; oRs21:Get('domici'),; " " } ) } aHeaders := { 'Cod.', 'Nombre', 'Domicilio', " " } aTamanio := { 50,200,180,,15 } aJusto := { .T.,.F.,.F.,.F. } 2. y despues the magic : TWBrowse():lHScroll:= ...
by Ariel
Sat Mar 03, 2007 1:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo redefino un twbrowse sin registros?
Replies: 2
Views: 1067

Bitmap en Header

Alguien tiene alguna idea de como se podria poner en un header algo parecido a esto ?


::oBrw:aHeaders[nColpres]:=FwBmpAsc()+"ok"


Quiero poner un pequeño bitmap con y despues el texto del header-

Un saludo y gracias
by Frafive
Fri Oct 27, 2006 12:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bitmap en Header
Replies: 0
Views: 369

METHOD SetMySQL(oQuery) METHOD Report( cTitle, lPreview, aheaders,afooters,oFont, nLang, cCaption, lModal ) METHOD RPTSKIP() METHOD NTOTAL() METHOD SAVE() METHOD end() INLINE ::Destroy() METHOD SetMySQL(oquery,ledit) CLASS TXBrowse ::nMarqueeStyle := ...
by ShumingWang
Wed Oct 11, 2006 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Database handle
Replies: 6
Views: 2338
PreviousNext

Return to advanced search