Search found 62 matches: setmultiselectcol

Return to advanced search

Re: SetMultiSelectCol() on line

Dear Silvio, Have you reviewed samples\xbmulsel.prg ? yes allready saw it compile this test without :SetMultiSelectCol() you'll see this error Error description: Error BASE/1005 No exported variable: LREADONLY Args: [ 1] = U [ 2] = L .T. Stack Calls =========== Called from: ...
by Silvio.Falconi
Tue Apr 23, 2024 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 189

Re: SetMultiSelectCol() on line

Dear Silvio,

Have you reviewed samples\xbmulsel.prg ?
by Antonio Linares
Tue Apr 23, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 189

Re: SetMultiSelectCol() on line

Dear Silvio, Could you please provide a small and self contained PRG example ? thanks! this is a small sample #include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"// test arrayFunction test()local oDlg,oFont,oBoldlocal oBrw,aBtnBrow:=array(3)local adata:= {...
by Silvio.Falconi
Tue Apr 23, 2024 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 189

Re: New txbrowse

... go and modify the original xbrowse class every time, so I always have the compatible fwh version. We noticed a problem in xbrowse when using the SetMultiSelectCol() method, sometimes it saves the column where the checkbox is located as col-1, col-2, col-3, col4 each time so in the state it increases ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 389

Re: SetMultiSelectCol() on line

Dear Silvio,

Could you please provide a small and self contained PRG example ?

thanks!
by Antonio Linares
Mon Apr 22, 2024 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 189

Re: SetMultiSelectCol() on line

Any solution ?
by Silvio.Falconi
Mon Apr 22, 2024 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 189

xbrowse problem with :bLClicked

i have a xbrowse with :SetMultiSelectCol() with bRClicked I associated a menupopup with :bLClicked I click on a row and select it I made the same with :bKeyChar ( space button)   :bLClicked := { |r,c,f,oBrw| if( oBrw:Mousecolpos( ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 104

SetMultiSelectCol() on line

I have an xbrowse created with an array without the :SetMultiSelectCol() and I have the ability to display a menupopup like this MENU oMenu POPUP if oBrw:IsSelectedRow() MENUITEM "Deselect the current row" action DeSelect_One_array(oBrw) ...
by Silvio.Falconi
Sat Apr 13, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 189

Re: incremental search on Xbrowse

Hi Rao,
yes,
this is default in my Std management of table,

::oBrw:SetMultiSelectCol( )

I rarely disable it using the property :

::oBrw:oMultiSelCol:lReadOnly := .T.

TIA
by mauri.menabue
Wed Mar 27, 2024 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2012

Re: xBrowse - ADO - SetMultiSelectCol - lAutosort

Maurizio, gracias por publicar el código, funciona de maravilla :D :D :D
by leandro
Thu Dec 21, 2023 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - ADO - SetMultiSelectCol - lAutosort
Replies: 3
Views: 489

Re: problem wth SetMultiSelectCol

Resolved!! :bKeyChar := {| k | (If( k == VK_SPACE,(IIF( oBrw:IsSelectedRow(),; Btnbar(1,oDlg:oBar,oDlg,oDbf,oBrw,aBtnBrow[4]), ; Btnbar(2,oDlg:oBar,oDlg,oDbf,oBrw,aBtnBrow[4]))), nil),; Refresh_title(oBrw,oDlg,oDbf,cSection))}
by Silvio.Falconi
Wed May 03, 2023 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 678

Re: problem wth SetMultiSelectCol

Antonio Linares wrote:Modified as Cristobal proposal

many thanks Cristobal :-)


in the xbrowse table if I press space the record check is activated
but it doesn't activate the buttonbar menu change
by Silvio.Falconi
Wed May 03, 2023 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 678

Re: problem wth SetMultiSelectCol

Modified as Cristobal proposal

many thanks Cristobal :-)
by Antonio Linares
Sun Apr 30, 2023 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 678

Re: problem wth SetMultiSelectCol

Dear Silvio As I told you in my email, please do not modify the class in this way to ensure compatibility with older developments. The best way to do it would be to add the lRefresh parameter in both methods METHOD Del( nPos, lRefresh ) CLASS TBar   local n   local lGroup...
by cnavarro
Sun Apr 30, 2023 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 678

Re: problem wth SetMultiSelectCol

Dear Silvio,

many thanks for your great feedback

Already implemented for the next FWH build that it is coming :-)
by Antonio Linares
Sun Apr 30, 2023 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 678
Next

Return to advanced search