Search found 64 matches: sel

Return to advanced search

Re: Summation by condition

... |v,o| "A" $ o:Value }, ; oBrw:Salary:nFooterType := AGGR_SUM, ; oBrw:Salary:bSumCondition := { || .NOT. FIELD->MARRIED }, ; //oBrw[6]:sel:bSumCondition := { || ( oBrw:cAlias )->selected } oBrw:chm_send:nFooterType := AGGR_COUNT oBrw:chm_send:bSumCondition := { || if ( ( oBrw:cAlias ...
by Marc Venken
Fri Jun 02, 2023 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Summation by condition
Replies: 2
Views: 174

select/unselect 1 row on xbrowse

On Xbrowse, Select block of rows Shift-Click and toggle selection by Ctrl-Click. But if I wish make the same from a button wich command I must call to select /unselect a row of xbrowse ? I tried with DEFINE BUTTON OF oBar RESOURCE "LOOK_SEL" ACTION oBrw:SelectRow(1) DEFINE BUTTON OF oBar R...
by Silvio.Falconi
Wed Feb 09, 2022 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: select/unselect 1 row on xbrowse
Replies: 0
Views: 192

Re: Xbrowse Builder having a strange error (SOLVED)

Otto,

It is only these 2 lines of code that need to be changed. The ALLTRIM is needed.

if tempXb->sel_bar
aadd(aBrwGet,alltrim(tempXb->brnaam))
endif
if tempXb->sel_edit
aadd(aBrwEdit,alltrim(tempXb->brnaam))
endif
by Marc Venken
Sun Jan 30, 2022 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1456

Re: Xbrowse Builder having a strange error

Hi Otto, I found the error !! You pointed me in the right direction with the headernames that are not the same, so I noticed the folowing in the program. The browse is auto-made correctly with the headers : aadd(aVeld,alltrim(tempXb->veld)) aadd(aKop,alltrim(tempXb->brnaam)) BUT.... in the sel...
by Marc Venken
Sat Jan 29, 2022 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1456

Re: Nuevos controles para FWH

Saludos. En cuanto al uso sel say + get, implemente esto: /*----------------------------------------------------------------------------//!short: SAY Y GET */#xcommand @ <nRow>, <nCol> SAY [ <oSay> <label: PROMPT ...
by noe aburto
Tue Sep 08, 2020 8:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevos controles para FWH
Replies: 67
Views: 19361

Re: COMO IDENTIFICAR REGISTROS MARCADOS EN XBROWSE

... } ; ARRAY aArticulos agrego una columna inicial para el checkbox WITH OBJECT oBrw:InsCol( 1 ) :bEditValue := { || AScan( oBrwPed:aSelected, oBrwPed:Bookmark() ) > 0 } :SetCheck( ,.F.,{'','',''}) :cHeader := 'Sel' END genero el browse y hago un xbrowse(oBrw:aArraydata) aparecen ...
by rterraz
Sun Feb 02, 2020 3:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO IDENTIFICAR REGISTROS MARCADOS EN XBROWSE
Replies: 5
Views: 1252

Re: other bug on ribbon get action

... PROMPT "Selezione elemento da visualizzare" @ 05,292 GET aGetdata[5] VAR nDalElemento SIZE 80,55 PIXEL OF oGr2 ; BITMAP ".\bitmaps\sel.bmp" ACTION NIL @ 05,392 GET aGetdata[6] VAR nalElemento SIZE 80,55 PIXEL OF oGr2 ; BITMAP ".\bitmaps\sel.bmp" ACTION NIL https://s31.postimg.cc/6mijd6gaz/sel.png ...
by Silvio.Falconi
Tue May 15, 2018 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on ribbon get action
Replies: 5
Views: 942

Re: FAQ - 1st [x]Harbour INTERNATIONAL CONFERENCE

... how many people will join the ride. https://www.google.at/flights/?gl=at#search;f=MAD,XOC,XTI;t=MUC,ZMU;d=2017-07-02;r=2017-07-06;tt=o;sel=MADMUC0UX1517 We suggest this flight: http://bergland.info/fivewin/madrid_munich_flight.jpg Please let me know if you are interested. ...
by Ruth
Tue May 02, 2017 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FAQ - 1st [x]Harbour INTERNATIONAL CONFERENCE
Replies: 28
Views: 5495

Re: multiple defintions, forst defined here

... BACKUP OF THE SCO SYSTEM HAS NOT BEEN PERFORMED YET TODAY!" + CR2 +; * "BACKUP NOW?") * BACKUPSCO() * END SETCURSOR(HWAIT) END SELECT STOCKS NEWORDER(0) GO TOP WHILE .T. IF STYPE = "S" .AND. SACTIVE = "Y" DO CASE CASE DOW(DATE() - 1) = 1 SETCURSOR(HAROW) ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 19736

To Nages : from normal xbrowse to Xtree and Viceversa

I have a simply normal xbrowse with my customers http://www.eoeo.it/wp-content/uploads/2015/06/clienti.jpg If the user select a menu as this http://www.eoeo.it/wp-content/uploads/2015/06/sel.jpg Can I have before a the normal xbrowse and then show on the same ...
by Silvio.Falconi
Tue Jun 02, 2015 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : from normal xbrowse to Xtree and Viceversa
Replies: 2
Views: 467

Re: (Solucionado) Unir dos campos en COLUMNS

Please try this and see: REDEFINE XBROWSE oBrw2 ID 102 OF oDlg ;HEADER "Tipo", "Número", "Fecha", "Concepto", "Cargo", "Abono","Fec. Captura","Hora Captura" ;COLUMNS "A_TIPO", "A_NUMPOL", "A_FHA...
by ACC69
Sat Jul 26, 2014 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (Solucionado) Unir dos campos en COLUMNS
Replies: 5
Views: 762

Re: (Solucionado) Unir dos campos en COLUMNS

Please try this and see: REDEFINE XBROWSE oBrw2 ID 102 OF oDlg ;HEADER "Tipo", "Número", "Fecha", "Concepto", "Cargo", "Abono","Fec. Captura","Hora Captura" ;COLUMNS "A_TIPO", "A_NUMPOL", "A_FHA...
by ACC69
Sat Jul 26, 2014 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: (Solucionado) Unir dos campos en COLUMNS
Replies: 5
Views: 762

Re: Experiencias de RDDs lentos

... al Ing. Francisco Alegria, que me ayudo a crear arrays con txbrowse y todo funciona con rapidez, sin lentitud, yo creo que depende, del uso de sel filter, como mencione, pero en los demas casos, funciona sin ningun problema, con dbfs e indices cdx y siempre ha trabajado en redes y multiusuarios ...
by ACC69
Wed May 28, 2014 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Experiencias de RDDs lentos
Replies: 42
Views: 14324

Re: Return-value with Keyboard-Col-change in xBrowse

I got 3 possible options now : 1. a cellclick shows the result in the GET 2. xBrowse cellchange row or col, shows the cellvalue in the GET 3. defined in the GET a incremental search in xBrowse with focused cell. All 3 actions are working now. is it possible to change the cellcolor of the result ? Fo...
by ukoenig
Tue Jul 09, 2013 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Return-value with Keyboard-Col-change in xBrowse
Replies: 6
Views: 2381

Return-value with Keyboard-Col-change in xBrowse

Hello, it seems, oBrw2:bChange only works VERTICAL. Changing the Col-pos with the KEYBOARD, nothing happens. oBrw2:bChange := { | nRow, nCol | ( nRPos := oBrw2:KeyNo(), ; nCPos := oBrw2:SelectedCol():nCreationOrder, ; SEL_VKEYS(nRPos,nCPos, oGet1, oAsc) ) } // ------------ FUNCTION SEL_VKEYS(nRPos,n...
by ukoenig
Sun Jul 07, 2013 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Return-value with Keyboard-Col-change in xBrowse
Replies: 6
Views: 2381
Next

Return to advanced search