G
Guest
Hi all,
I am creating an application that has menu options, with a 'Navigation' menu
that will re-direct the user to the appropriate form when clicked. I have a
Case structure in a class file for the application to access because there
are about 12 different forms to choose from. When the appropriate selection
is clicked, it will call a method in the aforementioned class file, and pass
a global variable to the method. Is the menu index based? I tried to start
the Case at:
Case = 0
show form a
Case = 1
show form b
etc.
This doesn't work. Any suggestions are appreciated.
Thanks!
I am creating an application that has menu options, with a 'Navigation' menu
that will re-direct the user to the appropriate form when clicked. I have a
Case structure in a class file for the application to access because there
are about 12 different forms to choose from. When the appropriate selection
is clicked, it will call a method in the aforementioned class file, and pass
a global variable to the method. Is the menu index based? I tried to start
the Case at:
Case = 0
show form a
Case = 1
show form b
etc.
This doesn't work. Any suggestions are appreciated.
Thanks!