# | Description,A,40 | Script,A,40 | Table,A,53 | Type,A,1 | Answer_table,A,53 | Form,A,1 | Report,A,1 | Intro_script,A,8 | Next_script,A,8 | Action,A,1 | Help_text,A,255
|
---|
1 | Add new menu table | Create_menu("") | | s | | | | | | | Before you can add a new menu option to a current menu, you need to select this option to create the table to store the options and actions for this new menu. You will be asked for a table name and the menu system will do the rest. |
2 | Edit current Menu | | mnu_l2 | E | | F | | | | | You select this to add new options to the current menu (not this special menu edit menu). There must be at least one record containing an option title in the current menu. What happens when the option is selected is determined by the 'Main Action'. |
3 | Add tables from another directory | Update_tbl_lst() | | s | | | | | | | A list of tables that may be used is maintained in a table called SY_LIST. This used as a look-up table by the 'Main' & 'Result' table fields. On selecting this option, you will be asked for a directory name. The new tables will be added to SY_LIST. |
4 | Edit list of tables | | Sy_list | E | | | | | | | This option will allow you to edit the list of tables available to the menu system. If a table is in another directory, then the full path name must be included. |
5 | Exit | | | X | | | | | | |
|