Search found 106 matches: xbrowse multiselect

Return to advanced search

Re: copy a row of xbrowse

... DIALOG oDlg SIZE 600,400 PIXEL TRUEPIXEL FONT oFont RESIZABLE   @ 50,20 XBROWSE oBrw SIZE -20,-20 PIXEL OF oDlg ;      DATASOURCE "CUSTOMER" ... 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 ...
by Silvio.Falconi
Mon Dec 04, 2023 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 7496

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 ...
by Silvio.Falconi
Sat May 13, 2023 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 1318

Re: problem wth SetMultiSelectCol

... tried that might work but when I click on the first column, both the xbrowse table and the buttonbar shake obviously for the modification I will ... 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: 956

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: 802

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  ...
by nageswaragunupudi
Mon Sep 05, 2022 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multiselect cell
Replies: 2
Views: 401

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: 401

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: 401

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: 482

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: 482

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: 199

FWH 2102: XBrowse:SetMultiSelectCol()

... Optional. If the method 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 ...
by nageswaragunupudi
Sat Mar 13, 2021 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: XBrowse:SetMultiSelectCol()
Replies: 17
Views: 2845

Re: Select todos los registros en xBrowse

Hola Amigos: Nuevamente aquí peleándome con un xBrowse. EL browse esta definido para multiselect y necesito que al momento de ir llenándolo con registros estos queden automáticamente ...
by FranciscoA
Fri Nov 20, 2020 8:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Select todos los registros en xBrowse (SOLUCIONADO)
Replies: 5
Views: 850

Select todos los registros en xBrowse (SOLUCIONADO)

Hola Amigos:

Nuevamente aquí peleándome con un xBrowse.

EL browse esta definido para multiselect y necesito que al momento de
ir llenándolo con registros estos queden automáticamente seleccionados
con objeto de obtener el total de la columna.

Algún ejemplo?

Saludos
by Armando
Fri Nov 20, 2020 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Select todos los registros en xBrowse (SOLUCIONADO)
Replies: 5
Views: 850

Re: Como me refiero al total de una columna

... := MARQSTYLE_HIGHLWIN7. Si se utiliza MARQSTYLE_HIGHLROWMS ( Multiselect ), la suma condicional en la columna 3 no funciona correctamente. Sobre esto habría que preguntar a los gurus del xbrowse. Puede ser un pequeño bug al utilizar MARQSTYLE_HIGHLROWMS con sumas condicionales.
by FranciscoA
Fri Nov 13, 2020 10:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como me refiero al total de una columna (SOLUCIONADO)
Replies: 8
Views: 1177

Re: pintar filas en xbrowse multiselect

Francisco perfecto. Muchas gracias hace dos días que estaba con esto.
Les voy a decir que si no fuera por Uds nunca hubiera podido hacer nada.

Muchas Gracias

Luis
by surGom
Thu May 21, 2020 11:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: pintar filas en xbrowse multiselect- SOLUCIONADO-
Replies: 4
Views: 772
Next

Return to advanced search