Using @menu Problem

Kenneth Brody kenbrody at spamcop.net
Thu Aug 27 19:32:25 PDT 2009


Harold wrote:
[...]
> The problem is that when I use @menu the program fails when it hits the 
> line of code that has "screen 1,20."  When the program hits that line, the 
> cursor goes to the center bottom of the screen, in the "Enter Selection >" 
> area and is hung up.
[...]

You are not in update mode when in @MENU processing.  You need to go into 
update mode first, and take it from there.  While there are numerous ways to 
do this, an easy way is to have your @MENU processing do PUSHKEY "U" and 
END, and then continue what you want to do in @UPDATE processing.

-- 
Kenneth Brody


More information about the Filepro-list mailing list