Search found 60 matches: highlrowms

Return to advanced search

Re: xbrowse multiselect cell

...  := 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 on the current row or any other row. Then the behavior automatically changes ...
by nageswaragunupudi
Mon Sep 05, 2022 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multiselect cell
Replies: 2
Views: 342

Re: Fwteam - Xbrowse too slow

I tested it on Hp Computer win Windows Seven and NOT run fast I changed only the :nMarqueeStyle into MARQSTYLE_HIGHLROWMS as you can see here: the vertical scroll could work however the vertical scroll could work however when I go to see the last column it shows me only three columns while the fourt...
by Silvio.Falconi
Thu Apr 14, 2022 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1134

Re: xbrowse multi select

nageswaragunupudi wrote:Do not use :SetMultiSelectCol()
Instead set marqueestyle to MARQSTYLE_HIGHLROWMS

thanks

but How I can make to select ?
I need to select one or more rows
by Silvio.Falconi
Sat Mar 26, 2022 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multi select
Replies: 3
Views: 404

Re: xbrowse multi select

Do not use :SetMultiSelectCol()
Instead set marqueestyle to MARQSTYLE_HIGHLROWMS
by nageswaragunupudi
Sat Mar 26, 2022 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multi select
Replies: 3
Views: 404

Re: Xbrowse : Setup configuration file

1. data osettingbmp method helpmenu() 2. METHOD New( oWnd ) CLASS TXBrowse ... ::hBmpRecSel := FwRArrow() // add the lines ::osettingbmp:=TBitmap():Define( "config",,::oWnd) ::osettingbmp:ltransparent:=.t. 3. METHOD Paint() CLASS TXBrowse ... PalBmpDraw( ::hDC, (::nHeaderHeight - 3-if(::lg...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1215

FWH 2102: XBrowse:SetMultiSelectCol()

Recently many programmers are preferring to provide multiple selection of rows, by showing the selection by way of checkboxes in a separate column (mostly the first column), in preference to the older way of selecting Marquee style MARQSTYLE_HIGHLROWMS. However, this requires quite a bit of extra co...
by nageswaragunupudi
Sat Mar 13, 2021 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: XBrowse:SetMultiSelectCol()
Replies: 17
Views: 2360

Xbrowse: puntero y fondo de fila desparejados [SOLUCIONADO]

Hola a todos Tengo un problema con el cursor y el fondo de fila. En principio ambos deberian ir a la par, pero al salir de la edición de un registro, el puntero vuelve el principio, pero el fondo de la fila se queda en el registro editado. Es decir, tengo: oBrw:lRecordSelector := .T. oBrw:oLbx:nMarq...
by Ramón J.
Sun Dec 20, 2020 8:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse: puntero y fondo de fila desparejados [SOLUCIONADO]
Replies: 3
Views: 612

Imágenes en Xbrowse [SOLUCIONADO]

Hola a todos Estoy tratando de hacer un xbrowse que muestre imágenes en una columna según la condición, pero si bien aparece, también me aparece el dato a la derecha de la imagen. ¿Cómo se oculta el dato? ¿Y cómo se centra la imagen? He tratado de entrar la imagen con oBrw:aCols[ 2 ]:nDataBmpAlign: ...
by Ramón J.
Thu Nov 26, 2020 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en Xbrowse [SOLUCIONADO]
Replies: 3
Views: 693

Re: Como me refiero al total de una columna

Francisco y amigos del foro

Problema solucionado cambiando MARQSTYLE_HIGHLROWMS por MARQSTYLE_HIGHLWIN7.

Saludos y muchas gracias
by Armando
Sat Nov 14, 2020 3:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como me refiero al total de una columna (SOLUCIONADO)
Replies: 8
Views: 932

Re: Como me refiero al total de una columna

Armando, he notado lo siguiente: En el codigo que te puse de ejemplo, la multiseleccion trabaja con :nMarqueeStyle := 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 de...
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: 932

Re: Como me refiero al total de una columna

Ariel y amigos: Gracias por tu consejo pero no me funciona aún, adjunto trozo de código por si ustedes ven algo que yo no REDEFINE XBROWSE oBry ID 300 OF oDlg; DATASOURCE oRsAde; COLUMNS "ADE_ARR","ADE_AMO","ADE_MES","ADE_CPT","ADE_IMP"; HEADERS &quo...
by Armando
Fri Nov 13, 2020 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como me refiero al total de una columna (SOLUCIONADO)
Replies: 8
Views: 932

Re: Google Table and clipboard

We can copy from XBrowse by pressing Ctrl-C and paste into Excel or Google Sheet, by going to the sheet and pressing Ctrl-V or the paste button. 1. Copying value of single cell: If oBrw:nMarqueeStyle >= 0 and <= 3 (MARQSTYLE_NOMARQUEE/ MARQSTYLE_DOTEDCELL/ MARQSTYLE_SOLIDCELL/ MARQSTYLE_HIGHLC...
by nageswaragunupudi
Sun Oct 18, 2020 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Table and clipboard
Replies: 2
Views: 655

Re: Error al insertar registro con Clase MariaD

Gracias por contestar. Estoy utilizando FWH incorporado en la clase MariaDB? Revise los ejemplos que hay en sample de maria01......maria16. Y los soluciones asi: #include "FiveWin.ch" STATIC oRs,oCn //------------------------------ function Main() //------------------------------ local oRs...
by Adolfredo Martinez
Tue Feb 19, 2019 12:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al insertar registro con Clase MariaD
Replies: 10
Views: 1274

xBrowse - oBrw:nMarqueeStyle

Hello, Today I tested the different MARQSTYLE styles. Best regards Otto xBrowse.ch #define MARQSTYLE_NOMARQUEE 0 #define MARQSTYLE_DOTEDCELL 1 #define MARQSTYLE_SOLIDCELL 2 #define MARQSTYLE_HIGHLCELL 3 #define MARQSTYLE_HIGHLROWRC 4 #define MARQSTYLE_HIGHLROW 5 #define MARQSTYLE_HIGHLROWMS 6 #defin...
by Otto
Wed Nov 21, 2018 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - oBrw:nMarqueeStyle
Replies: 0
Views: 571

Re: Ejemplo de xBrowse

Set oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROWMS // value 6

XBrowse automatically manages multi-row selection.
Select block of rows Shift-Click and toggle selection by Ctrl-Click.

At any time oBrw:aSelect is an array of selected record numbers.
by nageswaragunupudi
Sat Jun 23, 2018 7:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de xBrowse (Solucionado, thanks Mr. Rao)
Replies: 23
Views: 5132
Next

Return to advanced search