Page 1 of 1
onOptionClick
Posted: Wed Sep 25, 2013 12:56 pm
by oumouna
Hello, I have a menu with three options and I want that when I click on a menu, display another screen. How can I do that?
Re: onOptionClick
Posted: Wed Sep 25, 2013 5:01 pm
by Scott Klement
You would bind a char field to the 'menu response' property of the menu. When the user selects an item, control is returned to the RPG program, which can then check the menu response variable to see what was selected.
It can then display another screen, or CALL another program... or whatever you want to do.