Search found 28 matches: restringir

Return to advanced search

Re: New FTDN April/Abril 2023 (FWH 23.04)

... la función FW_AReverse( aArray, [nStart], [nCount] ) --> aReversed. Usando los nuevos parámetros opcionales nStart y nCount, es posible restringir el rango de inversión. El array original no se altera. * Mejorado: Se ha mejorado la función FW_ASort( aArray, [nStart], [nCount], [bBlock/naCols] ...
by Antonio Linares
Thu May 04, 2023 6:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1744

Re: XBROWSE RESTRINGIR MULTISELECT

oBrw:SelectAll() selects all rows.

I think it is Ctrl+A but not Ctrl+E.

To implement this behavior
Code: Select all  Expand view
     oBrw:bKeyChar         := { |nKey| If( nKey == 1, ( oBrw:SelectAll(), 0 ), nil ) }
 
by nageswaragunupudi
Sat Sep 07, 2013 4:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964

Re: XBROWSE RESTRINGIR MULTISELECT

en el Explorador de Windows, con las teclas:
CTRL+E, seleccionas todos los elementos,
en xbr. como se hace?
saludos..
by sysctrl2
Fri Sep 06, 2013 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964

Re: XBROWSE RESTRINGIR MULTISELECT

Glad you got it working now.
by nageswaragunupudi
Fri Sep 06, 2013 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964

Re: XBROWSE RESTRINGIR MULTISELECT (SOLUCIONADO!)

Mr. Rao many thanks for your time here is my sample, and i discovered my error! #include 'fivewin.ch'#include 'xbrowse.ch'REQUEST DBFCDXfunction main()   local oDlg, oBrw, oFont   USE CUSTOMER NEW VIA "DBFCDX"   DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-14   DEFINE DIALOG o...
by MarioG
Fri Sep 06, 2013 1:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964

Re: XBROWSE RESTRINGIR MULTISELECT

I checked this with current version and also ver 12.04. In my test when we right click oBrw:aSelected is showing all selected records correctly. Please try this sample: #include 'fivewin.ch'#include 'xbrowse.ch'REQUEST DBFCDXfunction main()   local oDlg, oBrw, oFont   USE...
by nageswaragunupudi
Fri Sep 06, 2013 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964

Re: XBROWSE RESTRINGIR MULTISELECT

Mr Rao; Thank for your respond (in other post too) sorry for my english (I write from Google Traductor) I put, xbrowse, in active the Multi selection First, I selec with shift+clic or ctrl+clic, some registers. after I do right clic (to open a popup), over a selection and ::aSelected only return the...
by MarioG
Thu Sep 05, 2013 5:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964

Re: XBROWSE RESTRINGIR MULTISELECT

Ariel wrote:hola a todos,
alguien sabe como puedo controlar la multiseleccion en un xbrowse con :

oBrw:nMarqueeStyle:= MARQSTYLE_HIGHLWIN7
oBrw:lMultiSelect := .t.

x ejemplo, que no pueda elegir mas de 5 items ?

Gracias,
Salu2, Ariel.

You can choose any number of rows. There is no limit.
by nageswaragunupudi
Thu Sep 05, 2013 2:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964

Re: XBROWSE RESTRINGIR MULTISELECT

toc...toc
Nadie usa MULTISELCT?
Como se usaría, si no es como prentendo hacerlo?
by MarioG
Tue Sep 03, 2013 11:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964

Re: XBROWSE RESTRINGIR MULTISELECT

Gente; reformulo mi consulta por si no fui explícito Con el Explorador de windows, puedo, pulsando Ctrl-clic izq, marcar varios archivos. Luego, haciendo clic derecho, sobre cualquiera de ellos, abrir el menu secundario y, puedo entre otros, seleccionar "Copiar". Posteriormente al "Pe...
by MarioG
Mon Sep 02, 2013 1:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964

Re: XBROWSE RESTRINGIR MULTISELECT

Estimados; Ariel, el aSelect contiene es la posicion del registro seleccionado, no de columna, por lo cual cuando aSelect es mayor a cero, entonces se han hecho selecciones, tienes que tener en cuenta, que cuando marcas 1 solo registro en el xbrowse, automaticamente aSelect se incremente, eso quiere...
by MarioG
Fri Aug 30, 2013 1:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964

Re: XBROWSE RESTRINGIR MULTISELECT

Jose Luis, yo también voy a revisar la Classe a ver si encuentro algo.
Saludos.
by FranciscoA
Tue Oct 23, 2012 2:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964

Re: XBROWSE RESTRINGIR MULTISELECT

Ok Francisco, disculpa el mal entendido, tienes razon, no funciona con shift + flech arri/abaj el: :bKeyDown := { || if(len(oBrow:aSelected) = 2, MsgInfo("Seleccion maxima agotada"+STR(len(oBrow:aSelected))),) } creo que si revisamos como funciona al hacer click podemo repararlo entre todo...
by joseluisysturiz
Tue Oct 23, 2012 2:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964

Re: XBROWSE RESTRINGIR MULTISELECT

... bien. No me refiero a que con Shift+flechaAbajo no funcione la multi-seleccion, sino a que no funciona igual que Ctrl-Click, cuando tratas de restringir los registros seleccionados a un numero dado (en este ejemplo, 3). oBrw:bKeyDown := { || if(len(oBrw:aSelected) = 3, MsgInfo("Seleccion ...
by FranciscoA
Tue Oct 23, 2012 2:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964

Re: XBROWSE RESTRINGIR MULTISELECT

Hola. //Restringir cantidad de registros seleccionados. //Con Ctrl+Click funciona bien... con Shift+flecha-abajo, no. oBrw:bKeyDown := { || if(len(oBrw:aSelected) = 3, MsgInfo("Seleccion maxima agotada"+STR(len(oBrw:aSelected))),) ...
by joseluisysturiz
Tue Oct 23, 2012 1:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 4964
Next

Return to advanced search