Search found 448 matches: bstrdata

Return to advanced search

Bitmap in xbrowse column

... but which will only be displayed if another file contains the number of that document? How can I do this? The Column: oCol:= Lista0:AddCol() oCol:bStrData := { || ARQBOL->BOLETO} oCol:cHeader := "BOLETO" Thanks.
by wartiaga
Tue Feb 27, 2024 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap in xbrowse column
Replies: 0
Views: 80

Re: BMP en xBrowse?

Yo tengo algo así:      oBrw:aCols[2]:bStrData := {|| ""}     oBrw:aCols[2]:AddBitMap( 'BITMAPS\PEND.BMP' )     oBrw:aCols[2]:AddBitMap( 'BITMAPS\VISADA.BMP' )     oBrw:aCols[2]:AddBitMap( ...
by JoseAlvarez
Tue Jan 02, 2024 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BMP en xBrowse?
Replies: 7
Views: 648

Re: BMP en xBrowse?

Yo tengo algo así:      oBrw:aCols[2]:bStrData := {|| ""}     oBrw:aCols[2]:AddBitMap( 'BITMAPS\PEND.BMP' )     oBrw:aCols[2]:AddBitMap( 'BITMAPS\VISADA.BMP' ...
by cmsoft
Tue Jan 02, 2024 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BMP en xBrowse?
Replies: 7
Views: 648

Re: Text on another line

Thanks, Rao, I got the idea!!! Yes, I can also use :SetColsAsRows( 3, 4 ). But I need to keep the glued column separate. So I did it through :bStrData. In this case, I got a gluing of 2 columns (separated by a CRLF),
but I could not show the rows in the cell in different colors/fonts :(
by Natter
Tue Dec 26, 2023 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text on another line
Replies: 4
Views: 465

Re: Add a Checkbox() column

... select some of the record that I see in ths xbrowse for instance this is the penultimane columnt is define in this way oCol = oBrw:AddCol() oCol:bStrData = { || TRANSFORM( field->imp_eff, "@ZE 999,999,999.99" ) } oCol:cHeader = "TOTALE CLIENTE" oCol:nEditType = EDIT_NONE ...
by MarcoBoschi
Mon Dec 11, 2023 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a Checkbox() column
Replies: 8
Views: 852

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... := { || iif( cTab_Art:opcion=.t., 1, 2) } oBrw:aCols[1]:nWidth := 20 oBrw:aCols[2]:cHeader := "Código" oBrw:aCols[2]:bStrData := { || cTab_Art:cod_art } oBrw:aCols[2]:nHeadStrAlign := AL_CENTER oBrw:aCols[2]:nDataStrAlign := AL_LEFT //LEFT oBrw:aCols[2]:nWidth := 100 ...
by kpidata
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 331

evitar que se active columna con xbrowse al dar un click

... := { || iif( cTab_Art:opcion=.t., 1, 2) } oBrw:aCols[1]:nWidth := 20 oBrw:aCols[2]:cHeader := "Código" oBrw:aCols[2]:bStrData := { || cTab_Art:cod_art } oBrw:aCols[2]:nHeadStrAlign := AL_CENTER oBrw:aCols[2]:nDataStrAlign := AL_LEFT //LEFT oBrw:aCols[2]:nWidth := 100 ...
by kpidata
Fri Sep 01, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 8
Views: 1077

Re: BMP en xBrowse. Transparente?

... 0, 1 ) } :lBmpStretch := .f. :lBmpTransparent := .t. :nDataBmpAlign := AL_CENTER :nHeadStrAlign := AL_CENTER :cHeader := 'Contado' :nWidth := 50 :bStrData := {|| nil } :cSortOrder := Nil
by MGA
Mon Sep 05, 2022 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BMP en xBrowse. Transparente?
Replies: 2
Views: 388

Re: Concatenar 2 o mas campos en xbrowse

... funcionando, con mis datos. oCol:=xbr:AddCol() oCol:cHeader := "Nombre y Apellido" oCol:cFooter := "Nombre y Apellido" oCol:bStrData:= {|| rtrim(lTrim(oClientes:NOM)) + "/"+rtrim(lTrim( oClientes:APE)) +"-"+ oClientes:recipiente } campo donde esta el 99 ...
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: 463

Re: Concatenar 2 o mas campos en xbrowse

... funcionando, con mis datos. oCol:=xbr:AddCol() oCol:cHeader := "Nombre y Apellido" oCol:cFooter := "Nombre y Apellido" oCol:bStrData:= {|| rtrim(lTrim(oClientes:NOM)) + "/"+rtrim(lTrim( oClientes:APE)) +"-"+ oClientes:recipiente } campo donde esta el 99 ...
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: 463

Re: Problema con xBrowse

... "HDR_CLI" ):Value ) ), ;oCol:oBrw:oRs:Fields( "HDR_TOT" ):Value, 0.00 ) }  Please never use bStrData. Deprecated many years ago. The codebock evaluates to a Character Value, which XBrowse faithfully displays in the Cell. XBrowse uses a numeric ...
by nageswaragunupudi
Sat Apr 30, 2022 4:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con xBrowse (SOLUCIONADO)
Replies: 11
Views: 1156

help with xbrowse

... := LINESTYLE_BLACK Lista10:nRowDividerStyle := LINESTYLE_BLACK Lista10:CreateFromResource( 109 ) oCol:= Lista10:AddCol() oCol:bStrData := { || PLANO->CODIGO} oCol:cHeader := "CÓDIGO" oCol:= Lista10:AddCol() oCol:bStrData := { || PLANO->DESCRICAO} oCol:cHeader ...
by wartiaga
Thu Feb 17, 2022 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help with xbrowse
Replies: 0
Views: 258

datatype

... } END when I make the order it not take the type of field on archive but the current rows ( string) but if I made WITH OBJECT oBrw:aCols[3] :bStrData :={ || TipoIva(oDbf:NUM7,oDbf) } END then the order run ok without error because it take the right type of data ( numeric) But Nages sad me ...
by Silvio.Falconi
Mon Feb 07, 2022 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: datatype
Replies: 1
Views: 303

Re: mariadb xbrowse bstrData

Code: Select all  Expand view
:bStrData := { || LEFT( oQry:C3, 90 ) }
by nageswaragunupudi
Mon Nov 08, 2021 3:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: mariadb xbrowse bstrData
Replies: 1
Views: 226

mariadb xbrowse bstrData

...      :nHeadStrAlign := AL_CENTER         :nDataStrAlign := AL_LEFT         :bStrData := ::nombreProducto( ::oQry:FieldGet( "C3" ) )      END WITH al recuperar ::oQry:fieldget("C3") ...
by goosfancito
Sun Nov 07, 2021 10:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mariadb xbrowse bstrData
Replies: 1
Views: 226
Next

Return to advanced search