dokey

Kenneth Brody kenbrody at spamcop.net
Thu Jul 18 09:27:01 PDT 2013


On 7/17/2013 12:12 PM, Richard Kreiss wrote:
> Filepro 5.6.10  Window Server 2008   RDP
>
> I have the following dokey routine
>
> @key2 If: 31 = "C"
> Then: switchto "chase"; END
> If:
> then : dokey 2
>
> If field 31 is blank, the screen did not change to screen 2.  However, when I removed the dokey and changed the code to switchto 2, the @key worked.
>
> Note I did try dokey "2" as well as dokey 2
>
> Anyone tell me why dokey 2 does not switch the screen?

Well... DOKEY 2 won't do what you want, unless what you want is to pass 
DOKEY the first character in field 2.  DOKEY "2" *should* do what you want 
(switch to screen 2), but I see that it doesn't.  I will need to look into 
why DOKEY doesn't handle numbers for screen switching.

-- 
Kenneth Brody


More information about the Filepro-list mailing list