Search found 23 matches: deselect

Return to advanced search

Re: xbrowse problem with :bLClicked

... https://hf.co/chat/assistant/66229318ae991ee8ad79a177 I see what's going on here. You're experiencing some issues with the selection and deselection of records in your xbrowse, specifically when using the spacebar to toggle selection. Let's break it down and see if we can fix this. First, ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 100

xbrowse problem with :bLClicked

... the first column the system works, that is, if there are still records selected it does not change the buttonbar menu, if I use the space bar to deselect or select a record it puts the buttonbar buttons back on without checking if there are other records selected yet I put this command for spacebar ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 100

SetMultiSelectCol() on line

... 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) MENUITEM "Deselect everything" action oBrw:SelectRow( 0 ) MENUITEM "Prints ...
by Silvio.Falconi
Sat Apr 13, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 184

Re: xbrowse SelectRow method

Or, if we want to deselect a specific row number, which is not the current row, we can do like this. if ( nAt := AScan( oBrw:aSelected, nRecNo ) ) > 0HB_ADel( oBrw:aSelected, nAt, .t. )endifoBrw:Refresh() ...
by Silvio.Falconi
Mon Apr 01, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 686

Re: xbrowse SelectRow method

Or, if we want to deselect a specific row number, which is not the current row, we can do like this.
Code: Select all  Expand view
if ( nAt := AScan( oBrw:aSelected, nRecNo ) ) > 0
HB_ADel( oBrw:aSelected, nAt, .t. )
endif
oBrw:Refresh()

We do not recommend this, but this is possible.
by nageswaragunupudi
Sun Mar 31, 2024 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 686

xbrowse SelectRow method

If I made to select all record on xbrowse

oBrw:SelectRow( 4 )

and the I wish deselect only one record

If I made oBrw:SelectRow( 0 ) it deselect all

how resolve ?
by Silvio.Falconi
Sat Mar 30, 2024 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 686

XBROWSE SetColumns()

... If one only wants to track, for example, 5 fields, but the database has 60, thats a lot. It would be nice if there was an ability to select/deselect ALL, and also if the popup could stay open until one is finished making their choices.
by TimStone
Fri Dec 09, 2022 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE SetColumns()
Replies: 3
Views: 559

Re: SetCheck() on MariaDB => SOLVED

You must be using lCheck column to allow the user to select/deselect different rows. Here is another way to do it without creating a logical column in the query itself. Please test it: #include "fivewin.ch"function Main()   local ...
by nageswaragunupudi
Wed Sep 05, 2018 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetCheck() on MariaDB => SOLVED
Replies: 15
Views: 2596

Re: xBrowse Multiselect - Selectall

Thank you, It's working fine. I want to expand the possibility to deselect all files of one type. Can I just set the value of the aSelected array to 0 for those records, or should I create a new one? I deleted the record in the oBrw:aSelected array, and ...
by Marc Vanzegbroeck
Wed Apr 13, 2016 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Multiselect - Selectall
Replies: 8
Views: 1348

Re: xBrowse Multiselect - Selectall

Thank you,

It's working fine.
I want to expand the possibility to deselect all files of one type.
Can I just set the value of the aSelected array to 0 for those records, or should I create a new one?
by Marc Vanzegbroeck
Wed Apr 13, 2016 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Multiselect - Selectall
Replies: 8
Views: 1348

problem to check xbrowse

... of 1 character when I wish select a record I change the field select with a replace sample : Replace MV->SELECT with "x" OR to deselect I use another replace sample : Replace MV->SELECT with " " it run ok but I see the operation is too slow how I can make to make ...
by Silvio.Falconi
Sat Jan 02, 2016 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem to check xbrowse
Replies: 3
Views: 673

multiselect on Xbrowse

... I wish a checkbox bitmaps ( on /off) at the first column and have this possibilities : select one record desect one record select all records deselect all records inverte the selection Verify the selection How make it with xbrowse ?
by Silvio.Falconi
Thu Jun 04, 2015 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: multiselect on Xbrowse
Replies: 2
Views: 837

Re: Error xBrowse definicion nMarqueeStyle := MARQSTYLE_HI

... paints the selected row(s) in the highlighted color. When the user navigates with arrow keys up / down / top / bottom, the eariler row(s) get deselected and the new row gets selected and is shown in highlight. Shift-Down or Up arrows stretch / shrink the selection and the selected rows are ...
by Antonio Linares
Mon Sep 13, 2010 9:07 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Error xBrowse definicion nMarqueeStyle := MARQSTYLE_HI
Replies: 4
Views: 1345

Menu popup in xBrowse

... is that if the mouse pointer has moved to another column between selecting the last record and pressing the right mouse button, the selected rows deselect themselves. It would be nice that if you have a bPopup defined, when you right click (no matter where you are in the browse), the popup menu ...
by PeterHarmes
Thu Jul 01, 2010 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menu popup in xBrowse
Replies: 8
Views: 2022

Dialog templates

... fields, source - List box with all selected fields, destination - Buttons for add a new condition with ‘.AND.’ and ‘.OR.’ - Functions to select, deselect fields by keyboard or ‘drag & drop’ - Radio button for the encoding: OEM, UTF-8, ANSI - Get box to show (perhaps edit) the complete filter ...
by frose
Tue May 19, 2009 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog templates
Replies: 0
Views: 968
Next

Return to advanced search

cron