MSGBOX KEYS

Kenneth Brody kenbrody at bestweb.net
Mon Apr 17 10:35:50 PDT 2006


Quoting Scott Walker (Mon, 17 Apr 2006 13:25:12 -0400):

>
> Quoting Scott Walker (Mon, 17 Apr 2006 12:54:58 -0400):
>
> > Is there a reason that you can't use a "B" as one of the defined
> > keystrokes in a msgbox?
>
> Ken asked:
>
> Who says you can't?
>
>
> Scott said:
>
> 	Here's what seems to happen.  After the msgbox I check for
>
> 	If:   @bk eq "BRKY"
> 	Then:	exit
>
> 	to see if the user has pressed the interrupt key.  If the user
> pressed "B" the above test resolves as true and kicks us out.
>
> I can get around this by checking for @bk eq "B" before I test it for
> "BRKY".  It was just strange and unexpected.

Or, better yet, use the correct test of

   @SK eq "BRKY"

instead.

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list