Search found 1250 matches: ocol

Return to advanced search

To nages : modify of a xbrowse

...  END for the first column I wish it not show the listbox when is the first line of array this not run :aCols[1]:bEditBlock := { |r,c,oCol|IIF(!oBrwFilter:nArrayAt = 1, MsgInfo("Non puoi")) } for the 4th column I have problem because I cannot insert more characters
by Silvio.Falconi
Wed May 08, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 150

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

... } olbx101c:acols[4]:aEditListTxt := acTemporal //olbx101c:acols[4]:bEditBlock:= { mifuncion('1') } //olbx101c:acols[4]:bBmpAction := { |oCol| mifuncion('2') } //olbx101c:acols[4]:bEditValid :={|| mifuncion('2') } olbx101c:acols[4]:bEditWhen:= { || MsgInfo( ValType( olbx101c:aArrayData[olbx101c:nArrayAt][5] ...
by elmoiquique
Thu Mar 28, 2024 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2772

Re: incremental search on Xbrowse

hi Nages,
The my FWH version is 23.10 but as already posted the condition under which the space is discarded is

if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. oCol:hChecked .and. oCol:lEditable
...
elseif nKey == 32 .and. !::lFastEdit .and. ::oMultiSelCol != nil

TIA
by mauri.menabue
Mon Mar 25, 2024 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2088

Re: xbrowser, setorder DESC

If the column is already ordered oCol:SetOrder() toggles ASC and DESC.
You need not have set aCols[ 2 ]:SetOrder() because it was already in the descending order.
by nageswaragunupudi
Mon Mar 25, 2024 4:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1722

Re: To Nageswrao Del Objs on TscrollPanel

...     return nil Sorry Nages, but not erase the btnbmp on Panelscroll I made //I want erase only from second column of oBrw oCol := oBrw:aCols[ 2 ] oCol:bLDClickData := { || Erase_Items(oBrw,oPanel) } Function Erase_Items(oBrw,oPanel,aData,oDlg,oFontSmall) local nItem:= oBrw:aArrayData[ ...
by Silvio.Falconi
Mon Mar 04, 2024 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 728

Bitmap in xbrowse column

... the number of a document 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: 83

To Nageswrao Del Objs on TscrollPanel

... except product number 1 and del item on adata and refresh the oBrw how I can resolve ? I Tried with ( but run bad) FOR i := 1 TO LEN(oBrw:aCols) oCol := oBrw:aCols[ i ] oCol:bLDClickData := { || Erase_Items(oBrw,oPanel) } NEXT Function Erase_Items(oBrw,oPanel) local nItem:= oBrw:aArrayData[ oBrw:nArrayAt ...
by Silvio.Falconi
Mon Feb 26, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 728

Re: show a string into xbrowse

... and I wish show the string + "gg" Your question was to display "numeric" values with suffix "gg". The suggestion of oCol:cEditPicture := "###gg" works for numeric values but not character values In your code: cstring:= "30/60/90"aData := hb_ATokens(cString,"/")@ ...
by nageswaragunupudi
Tue Dec 12, 2023 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a string into xbrowse
Replies: 4
Views: 412

Re: Add a Checkbox() column

... field that permit to 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" ...
by MarcoBoschi
Mon Dec 11, 2023 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a Checkbox() column
Replies: 8
Views: 863

Re: Add a Checkbox() column

First you need to add a column with all logical values.
Then Set oCol:SetCheck(,.T. )
by nageswaragunupudi
Sun Nov 19, 2023 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a Checkbox() column
Replies: 8
Views: 863

Re: xBrowse - Dates - FWH 2310

... ::oOrders is a Database Object. Please confirm. wrkdat displays as "999999" while the others display as normal dates. This happens if oCol:cEditPicture of this column is "999999". XBrowse builds the picture from that column's cDataType, nDataLen and nDataDec. In turn, XBrowse ...
by nageswaragunupudi
Tue Nov 07, 2023 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1498

Re: Reason for closing DBF file

... LOCAL oCajDia, cCol, aItem , oBrwFW2 , K := 1, campo, nPosGui := 0 LOCAL A := "IMAGEN", nRecSel := 0, oBrush, oCol , oFont, J:= 0, oErr LOCAL aRowGrad LOCAL aSelGrad LOCAL XaSelGrad IF SELECT(cAliTab) == 0 ALERTA("Error. Tabla a visualizar con browseConsulta(), ...
by russimicro
Mon Sep 18, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1168

Re: FW 23.07 Xbrowse, oCol:Cargo is NIL

yes, then the program runs as expected again :D
by frose
Sun Sep 10, 2023 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 23.07 Xbrowse, oCol:Cargo is NIL
Replies: 4
Views: 271

Re: FW 23.07 Xbrowse, oCol:Cargo is NIL

For now, please comment out
Code: Select all  Expand view
::Cargos := nil
also, in addition to commenting out the entire 'elseif' block.
by nageswaragunupudi
Sun Sep 10, 2023 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 23.07 Xbrowse, oCol:Cargo is NIL
Replies: 4
Views: 271

Re: FW 23.07 Xbrowse, oCol:Cargo is NIL

... > 0  Because my Cargo is from type hash and not character. If the entire elseif branch is commented out, the program will run, but then all oCol:Cargo will be deleted in xbrowse.prg, line 5823: ::Cargos    := nil If the line is also commented out, the program runs as expected again
by frose
Sun Sep 10, 2023 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 23.07 Xbrowse, oCol:Cargo is NIL
Replies: 4
Views: 271
Next

Return to advanced search