CCLAS—Properties Form
This V2 form is used to view and update a menu item in the CCLAS Menu, only applicable where the class menu style displays.
Processes associated with this form

Form:
- Item name—The name of the item within the group as it should appear in the menu file.
- Item caption—The caption for the item when it displays in the menu.
- Help—The tool-tip displayed for the menu item.
- Executable—The full path to the executable file that is to be run when this menu item is selected. If no path is supplied, it is looked for in the working folder, then any folders specified in the folder path. The executable file is specified as FormLoad.VBS. Since a full path name is not specified, it is search for in the folder defined in Start in. As soon as the script file is loaded, it in turn calls the Validate.SCR script, as defined in Parameter.
- Parameter—The list of parameters and qualifiers supplied to the executed code. Parameters are space-delimited, and qualifiers are provided after forward slashes (Param1 Param2 /Qualifier1 /Qualifier2). If a question mark (?) is supplied as a parameter, when the item is initiated, then a dialog box displays to enter the parameter value. Example: %ExeDirectory%MDE.EXE
- Start in—The working folder.
- Prompt—The form header.
- Icon source—The file containing the icon that displays for the item.
- Icon position—The position of the menu item within context of other menu items in the menu group.
- Show mode—The mode in which the associated application is launched: Hide, Normal, Minimised, Maximised, Normal no focus, Minimised no focus.