FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Numeric Keyboard
Posts: 37
Joined: Sun Aug 03, 2008 08:02 AM
Numeric Keyboard
Posted: Sat Sep 06, 2008 11:44 AM

Hi all,
i only need a numeric input in some GET fields. So my questions:

  1. Is there a keyboard replacement available, which has only big numeric keyboard buttons (for input with fingers) which i can call with showkeyboard() ?

if that is not available:

  1. How can i call an input dialog when a GET field gets focus ? (for creating my own numeric keybard input dialog)
Best regards

Wolfgang Ciriack
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Numeric Keyboard
Posted: Sun Sep 07, 2008 10:08 AM

Wolfgang,

>
1. Is there a keyboard replacement available, which has only big numeric keyboard buttons (for input with fingers) which i can call with showkeyboard() ?
>

No, that we may be aware of it.

>
2. How can i call an input dialog when a GET field gets focus ? (for creating my own numeric keybard input dialog)
>

It depends on how you want it to behave. You can use oGet:bGotFocus := { || ShowNumbers( oGet ) } if you want a dialog to appear when the GET gets the focus.

Or maybe you want it to appear when the user clicks on it or types on it.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 37
Joined: Sun Aug 03, 2008 08:02 AM
Numeric Keyboard
Posted: Sun Sep 07, 2008 12:35 PM

Thank you Antonio,
i have placed a button behind the GET which calls my input dialog.
So the user can use both input methods.

Best regards

Wolfgang Ciriack

Continue the discussion