show only browse

Kenneth Brody kenbrody at spamcop.net
Thu Sep 16 14:14:14 PDT 2010


On 9/16/2010 5:07 PM, Richard Kreiss wrote:
> Correction on my post:
>
> Programming worked with the debugger on but not with it off.
>
> At Ken's urging, I looked at this again to see if there was a simpler
> solution.  There was using John's suggestion of @entsel processing.
>
> I declared a variable atkeyf9(1,.0,g) in input processing.  When the @key9
> processing runs, I set atkeyf9 = "9".  I needed to add SHOW"@" after the
> browse command to keep it up.
>
> When<enter>  is pressed, @entsel processing checks:
>
> If: atkeyf9="9"
> Then: switchto (sn);atkeyf9="";end
>
> This does work and is not as complex as I had made it.
[...]

And is probably still more complex than you need.  Why don't you just do 
everything in the @key9 processing?

-- 
Kenneth Brody


More information about the Filepro-list mailing list