Search found 156 matches: ndatastralign

Return to advanced search

Re: Add a Checkbox() column

... field->imp_eff, "@ZE 999,999,999.99" ) } oCol:cHeader = "TOTALE CLIENTE" oCol:nEditType = EDIT_NONE oCol:nWidth = 100 oCol:nDataStrAlign := AL_RIGHT How can I add another column that read / edit the value of field->seleziona Logical type? I want to see the classic two ...
by MarcoBoschi
Mon Dec 11, 2023 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a Checkbox() column
Replies: 8
Views: 850

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... := "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 oBrw:aCols[2]:cSortOrder := "cod_art" oBrw:aCols[2]:bLClickHeader := {|| oBrw:GoTop() ...
by kpidata
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 330

evitar que se active columna con xbrowse al dar un click

... := "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 oBrw:aCols[2]:cSortOrder := "cod_art" oBrw:aCols[2]:bLClickHeader := {|| oBrw:GoTop() ...
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: 1075

Re: Concatenar 2 o mas campos en xbrowse

... oClientes:recipiente } campo donde 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 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

... oClientes:recipiente } campo donde 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: 462

Re: Colorized cell of xbrowse

... := {|| { CLR_BLACK, { { 1, RGB( 252, 235, 220 ), RGB( 255, 0,0 ) } }}} endif NEXT :CreateFromCode() :aCols[ 1 ]:nWidth := 100 :aCols[ 1 ]:nDataStrAlign := AL_LEFT :SetStyle( 2018 ) end with static function ChangeColor( oBrw, n ) return {|| { CLR_BLACK, ColorCell( oBrw:aRow[ n ]:VALUE ) ...
by FranciscoA
Mon Mar 07, 2022 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1272

Re: Colorized cell of xbrowse

... := {|| { CLR_BLACK, { { 1, RGB( 252, 235, 220 ), RGB( 255, 0,0 ) } }}} endif NEXT :CreateFromCode() :aCols[ 1 ]:nWidth := 100 :aCols[ 1 ]:nDataStrAlign := AL_LEFT :SetStyle( 2018 ) end with static function ChangeColor( oBrw, n ) return {|| { CLR_BLACK, ColorCell( oBrw:aRow[ n ]:VALUE ) ...
by Silvio.Falconi
Sun Mar 06, 2022 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1272

Re: FolderEx problem

Marc Venken wrote:No code to test, but have you tried the combination of 2 parameters ?.

this is xbrowse and mayby also used for folders. Give it a try

:nDataStrAlign := AL_CENTER + AL_BOTTOM



ON METHOD PaintTB() CLASS TFolderEx THERE ARE ONLY DT_SINGLELINE, DT_VCENTER, DT_CENTER
by Silvio.Falconi
Thu Mar 25, 2021 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx problem
Replies: 6
Views: 728

Re: FolderEx problem

No code to test, but have you tried the combination of 2 parameters ?.

this is xbrowse and mayby also used for folders. Give it a try

:nDataStrAlign := AL_CENTER + AL_BOTTOM
by Marc Venken
Wed Mar 24, 2021 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx problem
Replies: 6
Views: 728

Re: To Mister Nages - xBrowser

... :oHeaderFont := oFonte_padrao :nHeadStrAlign := AL_CENTER :nWidth := 80 :bStrData := { || AllTrim( DToC( oMensagem:getValueByPos( 2 ) ) ) } :nDataStrAlign := AL_TOP :nCellheight := 20 :oDataFont := oFonte_botao :SetColsAsRows( { 1, 2 } ) END WITH OBJECT :aCols[ 2 ] :cHeader := "" ...
by oliveiros junior
Mon Aug 17, 2020 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2262

Re: New FTDN June 2020 (FWH 20.06)

... - Nueva DATA en TXBrwColumn: bDataStrAlign. Si se asigna, el bloque de código se evalúa con oCol como parámetro y el resultado anula nDataStrAlign. - SqlRdd: Compatibilidad mejorada para barras de desplazamiento vertical. * Corrección: uCharToVal( cDate, "D" ) no siempre ...
by Antonio Linares
Sat Jul 11, 2020 5:26 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2020 (FWH 20.06)
Replies: 1
Views: 1340

New FTDN June 2020 (FWH 20.06)

... - New data of TXBrwColumn: bDataStrAlign. If assigned, the codeblock is evaluated with oCol as parameter and the result overrides nDataStrAlign - SqlRdd: Enhanced compatibility for Vertical Scrollbars. * Fix: uCharToVal( cDate, "D" ) is not always returning the correct ...
by Antonio Linares
Thu Jul 09, 2020 9:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2020 (FWH 20.06)
Replies: 1
Views: 1340

Re: error on xbrowse footer

I allready tested with WITH OBJECT oBrowse:aCols[ 11] :nFooterType := AGGR_SUM :cEditPicture := "€ 999,999.99" :nDataStrAlign := AL_RIGHT END the xbrowse is @ 120, 02 XBROWSE oBrowse OF oDlg ; COLUMNS 1,2,3,4,5,6,7,8,9,10,11; HEADERS "Ico","Tipo","Servizio","Q.tà","Costo","Tot ...
by Silvio.Falconi
Thu Apr 23, 2020 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse footer - RESOLVED! -
Replies: 33
Views: 3633

error on xbrowse footer - RESOLVED! -

... on xbrowse I set WITH OBJECT oBrowse:aCols[ 11] :nFooterType := AGGR_SUM :cEditPicture := '@ €99,999.99' END also I use :nDataStrAlign := AL_RIGHT I not see the symbol of euro while on another procedure ( same source code) compiled with oldest fwh I see this ( align on ...
by Silvio.Falconi
Wed Apr 22, 2020 11:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse footer - RESOLVED! -
Replies: 33
Views: 3633

Xbrowse, Mysql y Tdolphin.. error de orden..

... := "Código" oBrw:aCols[1]:bStrData := { || cTab_Art:cod_art } oBrw:aCols[1]:nHeadStrAlign := AL_CENTER oBrw:aCols[1]:nDataStrAlign := AL_LEFT //LEFT oBrw:aCols[1]:nWidth := 100 oBrw:aCols[1]:cToolTip :="Haga doble Click para ordenar por código" oBrw:aCols[2]:cHeader ...
by kpidata
Tue Dec 17, 2019 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, Mysql y Tdolphin.. error de orden..
Replies: 1
Views: 809
Next

Return to advanced search