menu function
Richard Kreiss
rkreiss at gccconsulting.net
Tue Nov 23 10:30:07 PST 2010
If one adds a menu to processing, is there a way to have the help file popup
if F1 is pressed or ? is pressed.
Dim men(20)
Men["1"]=Select Option"
Men["2"]="A: first option"
Men["20"]="?"
Menu men do1...........do20
Do20:
Then: HELP "scr_menu";GOTO do_menu
The above works. However, I had to copy the original help items located
under ##S1. When I copied just the main parts and not the @@@ section, just
the listing appeared but no F9 option. I had to copy the @@@ section again
to have the additional help option F9 appear.
Is there an easier way to accomplish this?
Richard Kreiss
GCC Consulting
rkreiss at gccconsulting.net
More information about the Filepro-list
mailing list