Fw: Break key in IUA

Jeff Harrison jeffaharrison at yahoo.com
Tue Oct 25 20:30:11 PDT 2005


--- Howard Wolowitz <howiewz at beonthenet.com> wrote:

[snip] 
> 
> If you mean while waiting for the "Enter Selection
> >" response it too is 
> possible.
> 
> @entsel
> 
> huh       show 'the keys you will allow the user to
> press
>             cls ("21","1")
>             show("22","26") "Enter Selection  > "
>              a=waitkey
> 
>             If  a ne ""        'you can also test a
> for only keys you want 
> the user to access
>             pushkey a;     end
> 
>             if         @sk="brky"
>             Then    do you thing
> 
>             if         @sk ne ""
>             Then   pushkey "[" & @sk & "]";     end
> 
>             goto huh
> 
>  Howie
> 
>

waitkey ... very cool solution.  You then use pushkey
so you don't even loose the @key processing that may
be set up - or the hardcopy/delete/browse etc options.

Hats off to you Howie!

Jeff Harrison
jeffaharrison at yahoo.com

Author of JHImport and JHExport. The fastest and
easiest ways to create code for filePro Imports and
Exports. 




	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


More information about the Filepro-list mailing list