Search found 129 matches: multiselect

Return to advanced search

Re: copy a row of xbrowse

...  END   ACTIVATE DIALOG oDlg CENTERED   RELEASE FONT oFontreturn nil  Thanks Rao but on my proocedure I have an array with multiselect I have an array that has a "CodCep" field that is not displayed in xbrowse https://i.postimg.cc/nL5KYG7k/uu.png ...
by Silvio.Falconi
Mon Dec 04, 2023 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5591

Re: xbrowse <-> Tree and viceversa

the problem is that i use a scheme ie i use xbrowse search with a get and a combobox, and also the multiselect . When I create the tree it could also work but the search doesn't work I really don't think I have to use two separate dialogs, the dialog and the xbrowse must ...
by Silvio.Falconi
Sat May 13, 2023 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 642

Listbox DragDrop Sample : how multiselect ?

hi, i can use this CODE to Dragdropg "single" Item from Listbox to "other" Listbox()          @ 20, 10 LISTBOX oList_Left VAR ccLeft ;                 ITEMS {} ;                 SIZE 200, 280 PIXEL ;                 FONT oFontDefault COLOR BFcolor, BGcolor ;            ...
by Jimmy
Mon May 01, 2023 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox DragDrop Sample : how multiselect ?
Replies: 0
Views: 182

Re: problem wth SetMultiSelectCol

... how create it from fwh 12.08 (1) New DATA bOnMultiSelect: If assigned, the codeblock is executed with Self and nOperation as parameters after a multiselect operation.
by Silvio.Falconi
Sat Apr 29, 2023 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 618

Re: Mr. Rao, errror xBrowse y oBrw:SetMultiSelectCol()

si esta activado :SetMultiSelectCol(), el valor de n2 es incorrecto, le suma 1


Yes.
Because one new column for multiselect is inserted as the first column of the browse, all the prevous columns are shifted to right by 1.
by nageswaragunupudi
Wed Nov 16, 2022 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao, errror xBrowse y oBrw:SetMultiSelectCol()
Replies: 7
Views: 640

Re: xbrowse multiselect cell

Hi to all, my problem, in my xbrowse I have oBrw:nMarqueeStyle  := MARQSTYLE_HIGHLCELL  and I'd like multiselect cell with CTRL + mouse click like xbrowse multiselect when :nMarqueeStyle := MARQSTYLE_HIGHLROWMS  how can I do it? thank you (xHarbour 17.09) First Shift-Click ...
by nageswaragunupudi
Mon Sep 05, 2022 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multiselect cell
Replies: 2
Views: 336

Re: xbrowse multiselect cell

Puedes usar:
Code: Select all  Expand view
oBrw::SetMultiSelectCol()
by cmsoft
Mon Sep 05, 2022 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multiselect cell
Replies: 2
Views: 336

xbrowse multiselect cell

Hi to all, my problem,
in my xbrowse I have
Code: Select all  Expand view

oBrw:nMarqueeStyle  := MARQSTYLE_HIGHLCELL
 

and I'd like multiselect cell with CTRL + mouse click like xbrowse multiselect when

Code: Select all  Expand view

:nMarqueeStyle := MARQSTYLE_HIGHLROWMS
 


how can I do it?

thank you

(xHarbour 17.09)
by damianodec
Mon Sep 05, 2022 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multiselect cell
Replies: 2
Views: 336

Re: MULTISELECT RECORDSET

Thanks for your help .

Here is the code that work for me .

oRs:Filter := oLbx:aSelected
oRs:MoveFirst()
do while !oRs:Eof()
msgalert(oRs:Fields(1):Value)
oRs:MoveNext()
enddo

Thanks

Philippe
by Jack
Sat Jun 26, 2021 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MULTISELECT RECORDSET
Replies: 3
Views: 446

Re: MULTISELECT RECORDSET

oBrw:lScreenUpdating := .F.

First time i see this one...

I suppose it is adviced for the moments that we process xbrowse records like the sample posted here ?

but where is it build for ? are there more situations its use is better ?
by Marc Venken
Sat Jun 26, 2021 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MULTISELECT RECORDSET
Replies: 3
Views: 446

Re: MULTISELECT RECORDSET

oBrw:lScreenUpdating := .f.oBrw:Refresh()//uSaveBm := oBrw:oRs:BookMarkfor i := 1 to Len( oBrw:aSelected )  oBrw:oRs:BookMark := oBrw:aSelected[ i ]  // do anything with the current record of the recordset  // during this loop do not refresh browsenextoBrw:oRs...
by nageswaragunupudi
Sat Jun 26, 2021 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MULTISELECT RECORDSET
Replies: 3
Views: 446

MULTISELECT RECORDSET

Hi,
I can use multiselect with xbrowse of recordset
*
How to go to each record select and do Something

What is the syntax ?

wac := oLbx:aSelected

for i = 1 to len (wac)
*** ???
next

Thanks for your help .

Philippe
by Jack
Fri Jun 25, 2021 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MULTISELECT RECORDSET
Replies: 3
Views: 446

listbox y los item que selecciono

hola.
Tengo un listbox (no xbrowse) y necesito saber cuales son los item que seleccione (esta activo el multiselect)

gracias.
by goosfancito
Fri Mar 19, 2021 11:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: listbox y los item que selecciono
Replies: 1
Views: 181

FWH 2102: XBrowse:SetMultiSelectCol()

... is called without parameters or uCol as nil, xbrowse inserts a new column in the 1st position before all defined columns and makes this is the multiselect column. If uCol is specified (as column object or column's header/creation ordr), that column is configured as multiselection column. 2. ...
by nageswaragunupudi
Sat Mar 13, 2021 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: XBrowse:SetMultiSelectCol()
Replies: 17
Views: 2343

Re: About TCalendar

...     Eval( ::bChange, Self )      dOldDate = ::GetDate()   endifreturn NIL In case of multiselect, if change only the Date end bChange is not called
by AntoninoP
Wed Dec 09, 2020 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About TCalendar
Replies: 16
Views: 2730
Next

Return to advanced search