Search found 138 matches: lfastedit

Return to advanced search

Re: incremental search on Xbrowse

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
by mauri.menabue
Mon Mar 25, 2024 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 279

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
by Jimmy
Wed Aug 16, 2023 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 205

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 ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 205

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 ...
by jose_murugosa
Tue Jul 18, 2023 9:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, FastEdit y xBrw:Edit() RESUELTO
Replies: 7
Views: 301

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 ...
by Jimmy
Sat Jun 10, 2023 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3376

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 ...
by nageswaragunupudi
Sat Jun 10, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3376

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.
by acuellar
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: 306

xBrowse function

... 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 )
by Otto
Wed Aug 17, 2022 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse function
Replies: 4
Views: 620

Re: AUTOCODE

... 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.ch"//XBrowse( ...
by Otto
Wed Aug 17, 2022 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AUTOCODE
Replies: 7
Views: 466

AUTOCODE

... First I extend Autocode to use xBrowser- funciton: //XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit, ; // bValid, "SlNo", lNoModal, lAutoFit ) Best regards, Otto
by Otto
Wed Aug 17, 2022 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AUTOCODE
Replies: 7
Views: 466

help with xbrowse

... := 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" ...
by wartiaga
Thu Feb 17, 2022 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help with xbrowse
Replies: 0
Views: 256

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,xBrw->headerto) ...
by Marc Venken
Mon Dec 06, 2021 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrows function
Replies: 3
Views: 614

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. ...
by Otto
Sat Dec 04, 2021 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrows function
Replies: 3
Views: 614

ArrayIncrFilter

... I ] 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,oFld:nOption) ...
by jbrita
Thu Apr 01, 2021 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 2
Views: 615

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

Return to advanced search