hi Nages,
The my FWH version is 23.10 but as already posted the condition under which the space is discarded is
if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. oCol:hChecked .and. oCol:lEditable
...
elseif nKey == 32 .and. !::lFastEdit .and. ::oMultiSelCol != nil
TIA
Search found 138 matches: lfastedit
Searched query: lfastedit
- Mon Mar 25, 2024 11:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: incremental search on Xbrowse
- Replies: 10
- Views: 3103
- Wed Aug 16, 2023 5:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: need Help with oBro:bSeek
- Replies: 3
- Views: 548
Re: need Help with oBro:bSeek
hi,
thx for all Information.
i have to read it which "Keyword" are used
( AUTOSORT, oCol;cSortOrder, oBrw:lIncrSeek, lFastEdit, oBrw:lSeekWild, oBrw:lIncFilter,)
and learn how to use it
thx for all Information.
i have to read it which "Keyword" are used
( AUTOSORT, oCol;cSortOrder, oBrw:lIncrSeek, lFastEdit, oBrw:lSeekWild, oBrw:lIncFilter,)
and learn how to use it
- Wed Aug 16, 2023 4:59 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: need Help with oBro:bSeek
- Replies: 3
- Views: 548
Re: need Help with oBro:bSeek
... we should not disturb the internal behavior of XBrowse by assigning different actions to common keys using bKeyDown]
When FASTEDIT is true (oBrw:lFastEdit is .t.), pressing a permitted alpha numeric key starts inline cell edit, using that key as the first key of the Get.
Incremental Seek:
This is ...
When FASTEDIT is true (oBrw:lFastEdit is .t.), pressing a permitted alpha numeric key starts inline cell edit, using that key as the first key of the Get.
Incremental Seek:
This is ...
- Tue Jul 18, 2023 9:14 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Xbrowse, FastEdit y xBrw:Edit() RESUELTO
- Replies: 7
- Views: 895
Re: Xbrowse, FastEdit y xBrw:Edit() tratando de entender...
... is .F. ( default ) and oCol:bEditWhen is NIL (default ) or Evaluates to .T.
inline edit of the cell is automatically available (whether oBrw:lFastEdit is .T. or .F. ) ...
Methods oBrw:Edit( lAppend ) and oBrw:EditSource( lAppend ) are provided if the programmer wants to
provide edit of the Row ...
inline edit of the cell is automatically available (whether oBrw:lFastEdit is .T. or .F. ) ...
Methods oBrw:Edit( lAppend ) and oBrw:EditSource( lAppend ) are provided if the programmer wants to
provide edit of the Row ...
- Sat Jun 10, 2023 5:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivewin and ADO
- Replies: 36
- Views: 7792
Re: Fivewin and ADO
... is .F. ( default ) and
oCol:bEditWhen is NIL (default ) or Evaluates to .T.
Inline Edit of the cell is automatically available (whether oBrw:lFastEdit is .T. or .F. )
you talk about oCol but i use oBro ...
oBrw:nEditTypes := EDIT_GET // work
oBrw:lReadOnly := .F. // no Effect ?
oBrw ...
oCol:bEditWhen is NIL (default ) or Evaluates to .T.
Inline Edit of the cell is automatically available (whether oBrw:lFastEdit is .T. or .F. )
you talk about oCol but i use oBro ...
oBrw:nEditTypes := EDIT_GET // work
oBrw:lReadOnly := .F. // no Effect ?
oBrw ...
- Sat Jun 10, 2023 1:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivewin and ADO
- Replies: 36
- Views: 7792
Re: Fivewin and ADO
... is .F. ( default ) and
oCol:bEditWhen is NIL (default ) or Evaluates to .T.
Inline Edit of the cell is automatically available (whether oBrw:lFastEdit is .T. or .F. )
When the user presses Enter Key on a cell or double clicks on a cell, Inline Edit of the cell is automatically invoked. There is ...
oCol:bEditWhen is NIL (default ) or Evaluates to .T.
Inline Edit of the cell is automatically available (whether oBrw:lFastEdit is .T. or .F. )
When the user presses Enter Key on a cell or double clicks on a cell, Inline Edit of the cell is automatically invoked. There is ...
- Mon Nov 07, 2022 7:17 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Mover con las flechas solo a columnas EDIT en xBrowse
- Replies: 5
- Views: 601
Mover con las flechas solo a columnas EDIT en xBrowse
Buenas estimados
Se puede?
Cómo?
Otra más:
Se puede condicionar el oBrw:lFastEdit para que en algunas columnas sea necesario pulsar Enter para modificar?
Gracias por la ayuda.
Se puede?
Cómo?
Otra más:
Se puede condicionar el oBrw:lFastEdit para que en algunas columnas sea necesario pulsar Enter para modificar?
Gracias por la ayuda.
- Wed Aug 17, 2022 9:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse function
- Replies: 4
- Views: 842
xBrowse function
... please tell me where I find function:
XEval( bSetUp, oBrw )
Can you please post some sample code how these codeblocks could look like:
bSetUp
bSelect
bValid
Best regards,
Otto
XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit, ;
bValid, cSerial, lNoModal, lAutoFit )
XEval( bSetUp, oBrw )
Can you please post some sample code how these codeblocks could look like:
bSetUp
bSelect
bValid
Best regards,
Otto
XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit, ;
bValid, cSerial, lNoModal, lAutoFit )
- Wed Aug 17, 2022 9:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: AUTOCODE
- Replies: 7
- Views: 733
Re: AUTOCODE
... the string info variables?
local cCode := 'XBrowse( uData , "This is my title, subtitle , test neu", .F. , bSetUp, aCols, bSelect, lExcel, lFastEdit,bValid, cSerial, lNoModal, lAutoFit )'
Best regards,
Otto
https://mybergland.com/fwforum/acxbwfunc.jpg
#include "fivewin ...
local cCode := 'XBrowse( uData , "This is my title, subtitle , test neu", .F. , bSetUp, aCols, bSelect, lExcel, lFastEdit,bValid, cSerial, lNoModal, lAutoFit )'
Best regards,
Otto
https://mybergland.com/fwforum/acxbwfunc.jpg
#include "fivewin ...
- Wed Aug 17, 2022 7:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: AUTOCODE
- Replies: 7
- Views: 733
AUTOCODE
... Here is a link to AUTOCODE
https://www.youtube.com/watch?v=FKiJc6l3oW8
First I extend Autocode to use xBrowser- funciton:
//XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit, ;
// bValid, "SlNo", lNoModal, lAutoFit )
Best regards,
Otto
https://www.youtube.com/watch?v=FKiJc6l3oW8
First I extend Autocode to use xBrowser- funciton:
//XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit, ;
// bValid, "SlNo", lNoModal, lAutoFit )
Best regards,
Otto
- Thu Feb 17, 2022 5:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: help with xbrowse
- Replies: 0
- Views: 329
help with xbrowse
... nStretchCol := STRETCHCOL_LAST
Lista10:lSeekBar := .T.
Lista10:lIncrFilter := .T.
Lista10:lSeekWild := .T.
Lista10:lAutoSort := .T.
Lista10:lFastEdit := .T.
lista10:aCols[1]:cOrdBag := "PLANO"
Lista10:aCols[1]:cSortOrder := "CODIGO"
lista10:aCols[2]:cOrdBag := "PLANO"
Lista10:aCols[2 ...
Lista10:lSeekBar := .T.
Lista10:lIncrFilter := .T.
Lista10:lSeekWild := .T.
Lista10:lAutoSort := .T.
Lista10:lFastEdit := .T.
lista10:aCols[1]:cOrdBag := "PLANO"
Lista10:aCols[1]:cSortOrder := "CODIGO"
lista10:aCols[2]:cOrdBag := "PLANO"
Lista10:aCols[2 ...
- Mon Dec 06, 2021 8:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrows function
- Replies: 3
- Views: 708
Re: xbrows function
... the browse
oBrw:=xbrowse(xBrw->dbf,xBrw->title,xBrw->lSort,..... ) // XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit, bValid, cSerial, lNoModal, lAutoFit )
//more setup if possible
if !empty(xBrw->Header)
oBrw:setgroupheader("xBrw->header",xbrw->headerfrom ...
oBrw:=xbrowse(xBrw->dbf,xBrw->title,xBrw->lSort,..... ) // XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit, bValid, cSerial, lNoModal, lAutoFit )
//more setup if possible
if !empty(xBrw->Header)
oBrw:setgroupheader("xBrw->header",xbrw->headerfrom ...
- Sat Dec 04, 2021 10:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrows function
- Replies: 3
- Views: 708
xbrows function
... can just change the source code.
But you can transfer all of these parameters.
XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit, bValid, cSerial, lNoModal, lAutoFit )
It is also interesting that you can get the xBrowse object back and make further adjustments with it.
e.g ...
But you can transfer all of these parameters.
XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit, bValid, cSerial, lNoModal, lAutoFit )
It is also interesting that you can get the xBrowse object back and make further adjustments with it.
e.g ...
- Thu Apr 01, 2021 2:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ArrayIncrFilter
- Replies: 2
- Views: 794
ArrayIncrFilter
... oBrw[I]:nColDividerStyle := LINESTYLE_BLACK
oBrw[I]:nRowDividerStyle := LINESTYLE_BLACK
oBrw[I]:nMarqueeStyle := MARQSTYLE_HIGHLCELL
oBrw[I]:lFastEdit := .T.
oBrw[I]:nFreeze := 4
oBrw[I]:nHeaderLines := 2
oBrw[I]:lHScroll := .f.
oBrw[I]:lVScroll := .F.
oBrw[I]:bPastEof := {|| NewReg(aData ...
oBrw[I]:nRowDividerStyle := LINESTYLE_BLACK
oBrw[I]:nMarqueeStyle := MARQSTYLE_HIGHLCELL
oBrw[I]:lFastEdit := .T.
oBrw[I]:nFreeze := 4
oBrw[I]:nHeaderLines := 2
oBrw[I]:lHScroll := .f.
oBrw[I]:lVScroll := .F.
oBrw[I]:bPastEof := {|| NewReg(aData ...
- Sat Mar 13, 2021 7:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 2102: XBrowse:SetMultiSelectCol()
- Replies: 17
- Views: 3676
FWH 2102: XBrowse:SetMultiSelectCol()
... This column is available as oBrw:oMultiSelCol.
Toggling selection:
1. Double click of space key in this column toggles selection.
2. When oBrw:lFastEdit is .F., space key always toggles selection.
3. If oBrw:bLDblClick is nil, double click on any column toggles selection, if that column's ...
Toggling selection:
1. Double click of space key in this column toggles selection.
2. When oBrw:lFastEdit is .F., space key always toggles selection.
3. If oBrw:bLDblClick is nil, double click on any column toggles selection, if that column's ...