Search found 812 matches: nkey

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: 1990

Problemas con comportamiento de XBrowse.

... } } oBrw:bclrSel := {|| { iif(!empty(Neteo->FechaPago),CLR_GREEN,CLR_RED),CLR_WHITE } } // color del focus oBrw:bKeyDown:={|nKey,nFlag|iif(veo(@nApu,@oBrw,aBotones,nKey),eval(aBotones[nApu,4]),NIL)} oBrw:bLDblClick := { |nRow,nCol,nKeyFlags|EditNeteo(.f.),oBrw:SetFocus(),oBrw:Refresh(.t.)} ...
by José Camilo
Fri Mar 15, 2024 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con comportamiento de XBrowse.
Replies: 1
Views: 389

Re: RAO advice on using Mysql

METHODS: RecCount(), LastRec(), KeyCount(),RecNo(), KeyNo() GoTop(),GoBottom(),GoTo(nRec),KeyGoTo(nKey),Skip(n) FCount(),FieldPos(c),FieldName(),FieldLen(),FieldDec(),FieldType() FieldGet(),FieldPut() SetOrder(cSort,,lDescend) Save() Close() or End() --------------- NOT ...
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 973

Ayuda, busqueda incremental

... , ; "UM", , "Ult.Modif" ; LINES CELL font ofont ON dblCLICK ( lsavek := .t., oDlgSTK:End() ) obrw:bKeyDown = { | nKey, nCol, nFlags | iif( nKey = K_ENTER, ( lsavek := .t., oDlgSTK:End() ), ) } oBrw:nRowHeight := 35 REDEFINE BTNBMP 2007 prompt HB_UTF8CHR( 57611 ...
by jpcavagnaro
Wed Nov 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda, busqueda incremental
Replies: 1
Views: 309

Re: Fwh 23.10 TGet another problem

... the METHOD KeyChar function in TGet.prg, and when I ran the program and pressed the Ğ character while on a get field, I got the value 208 in the nKey variable as follows. METHOD KeyChar( nKey, nFlags ) CLASS TGet   local nHi, nLo   local lAccept   local bKeyAction := SetKey( nKey ...
by Horizon
Wed Nov 15, 2023 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54232

Re: HBIDE - Will there be any further development?

Ok, I'll try that, thanks Antonio. Trying to implement Alt+... support:   while ! ::lEnd      nKey = InKey( 0, INKEY_ALL + HB_INKEY_GTEVENT )      if nKey >= K_ALT_Q .and. nKey <= K_ALT_M         ::oMenu:ProcessKey( __dbgAltToKey( nKey ) ) ...
by FWExplorer
Tue Sep 05, 2023 12:39 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12759

Re: HBIDE - Will there be any further development?

Trying to implement Alt+... support:   while ! ::lEnd      nKey = InKey( 0, INKEY_ALL + HB_INKEY_GTEVENT )      if nKey >= K_ALT_Q .and. nKey <= K_ALT_M         ::oMenu:ProcessKey( __dbgAltToKey( nKey ) )        endif   It ...
by Antonio Linares
Tue Sep 05, 2023 11:59 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12759

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... } oBrw:bRClicked := {|| Stock_Producto(.F.,oBrw, cTab_Art, cEmpresa, cTab_Art:cod_art), cTab_Art:Refresh() } oBrw:bKeyDown := { | nKey | TeclasProducto(nKey, oBrw, cTab_Art, cEmpresa) } oBrw:oFont := oFont2 oBrw:SetDolphin(cTab_Art,.T.,.T.) oBrw:aCols[1]:SetCheck( { "BOTONSI", ...
by kpidata
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 330

evitar que se active columna con xbrowse al dar un click

... } oBrw:bRClicked := {|| Stock_Producto(.F.,oBrw, cTab_Art, cEmpresa, cTab_Art:cod_art), cTab_Art:Refresh() } oBrw:bKeyDown := { | nKey | TeclasProducto(nKey, oBrw, cTab_Art, cEmpresa) } oBrw:oFont := oFont2 oBrw:SetDolphin(cTab_Art,.T.,.T.) oBrw:aCols[1]:SetCheck( { "BOTONSI", ...
by kpidata
Fri Sep 01, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 8
Views: 1075

error TXBROWSE:CARGOS

... "RApertur" ), ofld1:aDialogs[ 2 ]:update(), oRApertur:gotop(), oRApertur:update(), oRApertur:refresh() ) } oRApertur:bKeyDown := { | nKey | VeoReg(, 1, oRApertur, nkey, "RApertur" ) } redefine say oObjetivo var xObjetivo memo id 4001 of ofld1:aDialogs[ 2 ] update redefine ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 276

Filter y MakeTotals en xBrowse (to Mr. Nagues)

... AUTOCOLS FOOTERS LINES CELL OF oDlg oBrw:aFilter :=aDataFilter oBrw:aCols[ 3]:nEditType :=EDIT_GET oBrw:aCols[ 3]:bOnPostEdit :={|oCol,xVal,nKey| If(nKey==VK_RETURN,(COMPONENTES[oBrw:nArrayAt][ 3]:=xVal,oBrw:Refresh(),oBrw:MakeTotals()),)} oBrw:aCols[ 3]:nFooterType :=AGGR_SUM oBrw:aCols[ ...
by TOTOVIOTTI
Mon Aug 28, 2023 1:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filter y MakeTotals en xBrowse (to Mr. Nagues)
Replies: 0
Views: 189

Re: Consulta sobre centrar un dialogo.

... := .f. // quitar barra horizontal oBrw:lHScroll := .F. oBrw:aCols[ 4 ]:cDataType := "F" oBrw:aCols[ 2 ]:nWidth := 20 oBrw:bKeyDown:={|nKey,nFlag|iif(veo(@nApu,@oBrw,aBotones,nKey),eval(aBotones[nApu,4]),NIL)} oBrw:bLDblClick := { |nRow,nCol,nKeyFlags|/*EditCorrijo(.f.),*/oBrw:Refresh()} ...
by José Camilo
Tue Aug 01, 2023 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre centrar un dialogo.
Replies: 9
Views: 433

Re: Lentitud al abrir una dbf en red

... oLbx, .f. ) REDEFINE GET oBusco VAR cBusco ID 400 OF oDlg ; ON CHANGE ( oBusco:Assign(), ; oPaci:Seek( AllTrim(UPPER(cBusco))+; IF( ISALPHA( CHR(nKey) ) .OR. ISDIGIT( CHR(nKey) ) ; .OR. nKey = 32, UPPER(CHR(nKey)), "" ) ), ; oLbx:refresh() ) // REDEFINE BUTTON ID 170 OF oDlg ACTION ...
by ACC69
Thu Jul 06, 2023 3:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1548

Re: Lentitud al abrir una dbf en red

... oLbx, .f. ) REDEFINE GET oBusco VAR cBusco ID 400 OF oDlg ; ON CHANGE ( oBusco:Assign(), ; oPaci:Seek( AllTrim(UPPER(cBusco))+; IF( ISALPHA( CHR(nKey) ) .OR. ISDIGIT( CHR(nKey) ) ; .OR. nKey = 32, UPPER(CHR(nKey)), "" ) ), ; oLbx:refresh() ) // REDEFINE BUTTON ID 170 OF oDlg ACTION ...
by ACC69
Thu Jul 06, 2023 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1548

Lentitud al abrir una dbf en red

... oLbx, .f. ) REDEFINE GET oBusco VAR cBusco ID 400 OF oDlg ; ON CHANGE ( oBusco:Assign(), ; oPaci:Seek( AllTrim(UPPER(cBusco))+; IF( ISALPHA( CHR(nKey) ) .OR. ISDIGIT( CHR(nKey) ) ; .OR. nKey = 32, UPPER(CHR(nKey)), "" ) ), ; oLbx:refresh() ) // REDEFINE BUTTON ID 170 OF oDlg ACTION ...
by lgolexyn
Thu Jul 06, 2023 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1548
Next

Return to advanced search