xbrowse, bkeydown and number

Post Reply
JoséQuintas
Posts: 48
Joined: Tue Feb 09, 2021 4:20 pm

xbrowse, bkeydown and number

Post by JoséQuintas »

Code: Select all | Expand

      :bKeyDown := { | nKey | FWBrowseKey( xDlg, xControl, nKey, ... ) }

Code: Select all | Expand

   CASE IsRange( nKey, 32, 127 ) 
      cFilter += Upper( Chr( nKey ) )
If type letters ok
if type numbers from normal keyboard ok
if type numbers from numeric keyboard not
What to do about this?
Post Reply