Directly edit the V2 Menu file

  1. Ensure that the [CCLAS] master group contains the master group caption, the SCR file for the browser-based menu style that displays when the [CCLAS] node is selected, the number of groups in the master group, and the names for each group.
    [CCLAS]
    Caption=CCLAS MANAGER
    ScreenFile=MNU_Main.SCR
    NumberofGroups=8
    Group1=CONFIG
    Group2=PROCESSING
    Group3=MANAGEMENT
    Group4=AUTOMATION
    Group5=ROUTINE
    Group6=LINKS
    Group7=EXAMPLE
    Group8=UTILITY
  2. Ensure that each group defined within the [CCLAS] section has a corresponding group section that contains the group caption, the SCR file for the browser-based menu style that displays when the node for the group is selected, the number of items in the group, and the names for each item.
    [GROUP CONFIG]
    Caption=Configuration
    ScreenFile=MNU_Config.SCR
    NumberofItems=9
    Item1=LICENCE
    Item2=STAFF
    Item3=SETUP
    Item4=CLIENT
    Item5=METHOD
    Item6=AUDIT
    Item7=CONSUME
    Item8=LABMAINT
    Item9=LANGUAGES
  3. Ensure that each item defined in the group section has a corresponding item section.
    [LICENCE]
    Caption=Licence
    Help=Licence program
    Executable=LICENCE.EXE
    StartDir=%CollDirectory%
    Parameter=
    IconSource=LICENCE.EXE
    IconPosition=0
    Show=1