Search found 107 matches: backspace

Return to advanced search

Re: Simulate BackSpace on a Get

// Purpose: Show simulated backspace for a GET// Author : James Bott// Date   : 5/5/2013#include "fivewin.ch"function Main()   local oDlg, cVar, oGet, oBtn   cVar:="12345    "   define dialog oDlg   @ 2,2 get ...
by James Bott
Sun May 05, 2013 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate BackSpace on a Get resolved !!
Replies: 16
Views: 3506

Re: Simulate BackSpace on a Get

I need it on msgcalc and your line not run good
by Silvio.Falconi
Sun May 05, 2013 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate BackSpace on a Get resolved !!
Replies: 16
Views: 3506

Re: Simulate BackSpace on a Get

Maybe something like:

oGet:oGet:varPut(left(oGet:oGet:varGet(),len(rtrim(oGet:oGet:varGet())-1)))

Note that FW's TGet class contains an oGet object thus the syntax oGet:oGet.

Regards,
James
by James Bott
Sun May 05, 2013 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate BackSpace on a Get resolved !!
Replies: 16
Views: 3506

Re: Simulate BackSpace on a Get

Silvio,

do You want to delete a caracter on BUTTONACTION ?

Regards
Uwe :?:
by ukoenig
Sat Apr 27, 2013 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate BackSpace on a Get resolved !!
Replies: 16
Views: 3506

Simulate BackSpace on a Get resolved !!

How I can simulate backspace on a get ? ( Explain : to delete one caracter from right to left)
by Silvio.Falconi
Sat Apr 27, 2013 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate BackSpace on a Get resolved !!
Replies: 16
Views: 3506

Re: xBrowse LookUp

... typing a text and then the text is not found in the criteria, so the XBROWSE resulted a Blank Rows and movement cursor is leaving off, with that BackSpace key not function . VERSION: some day ago, I just buy version 13.02 and I dont have 12.08.. :) XBROWSE Problem: Implementation from source ...
by Mulyadi
Wed Feb 27, 2013 4:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse LookUp
Replies: 4
Views: 1697

xBrowse LookUp

... press Up, Down, PgUp, PgDn the browse is normal, but if I type a word like '20.2' or a 'desctription' , the result like delayed and if I press BackSpace, the dialog is not respons... and then... BLANK BROWSE.. my code like this, i get it from FWH\Samples, just litle change. /*   fLookUp.prg*/#include ...
by Mulyadi
Tue Feb 26, 2013 4:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse LookUp
Replies: 4
Views: 1697

Re: Tecla Borrar

OK pero como controlo que haga eso cuando la tecla sea la de borrar do delete si no BackSpace Gracias Primero debes usar #include "InKey.ch", busca cual es la virtual key para Back y puedes validar si estas usando el VK_ y que la VAR del GET este vacia, ...
by joseluisysturiz
Fri Dec 28, 2012 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tecla Borrar
Replies: 3
Views: 445

Re: Tecla Borrar

OK

pero como controlo que haga eso cuando la tecla sea la de borrar do delete si no BackSpace

Gracias
by jponce
Fri Dec 28, 2012 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tecla Borrar
Replies: 3
Views: 445

VIRTUAL KEY

... button VK_RBUTTON 02 Right mouse button VK_CANCEL 03 Control-break processing VK_MBUTTON 04 Middle mouse button (three-button mouse) VK_BACK 08 BACKSPACE key VK_TAB 09 TAB key VK_CLEAR 0C CLEAR key VK_RETURN 0D ENTER key VK_SHIFT 10 SHIFT key VK_CONTROL 11 CTRL key VK_MENU 12 ALT key VK_PAUSE ...
by joseluisysturiz
Mon Jul 16, 2012 5:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VIRTUAL KEY
Replies: 0
Views: 643

Re: Undo feature

Enrico,
Ok Now I see the voice "Undo" enabled but only If I use popup menu.
If I work with keyboard, for instance backspace or delete key, the "undo" voice is never enabled
by MarcoBoschi
Mon Jul 25, 2011 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Undo feature
Replies: 11
Views: 1946

Re: autocomplete in get

... the items in ::aArray are in proper case, e.g. "Mauro," they are automatically converted to proper case when autofilled, however, if you backspace they are converted to all lower case. */ //---------------------------------------------------------------------------// CLASS TAutoGet FROM ...
by Maurizio
Thu Jun 23, 2011 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autocomplete in get
Replies: 15
Views: 9194

txBrowse: Comportamiento extraño

... un texto y borro la selección con [Suprimir], al pulsar [Entrar] los caracteres borrados vuelven a aparecer. -Si uso la tecla de retroceso [BackSpace] para borrar caracteres o un texto seleccionado, los caracteres sí se borran al pulsar [Entrar]. ¿Alguna sugerencia para corregir esto? Gracias
by César E. Lozada
Sun Feb 27, 2011 8:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: txBrowse: Comportamiento extraño
Replies: 1
Views: 308

Re: teclado virtual. Virtual Keyboard

Hola arturo estoy usando tu teclado con unas modificaciones, ya que solo necesito el teclado numerico, backspace y enter. Ahora mi problema es el siguiente necesito lanzar el teclado una vez el get tome el foco, no puedo usar :bgotfocus, porque me queda un bucle infinito, ...
by Simon
Sat Oct 23, 2010 1:26 am
 
Forum: FiveWin para Pocket PC
Topic: teclado virtual. Virtual Keyboard
Replies: 10
Views: 3209
PreviousNext

Return to advanced search