Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an entry point for the SitesSvc_AddUsers class when it is called from a menu item.
Syntax
client server public static void main(Args _args, [boolean _showWindow])
Run On
Called
Parameters
- _args
Type: Args Class
The arguments for the SitesSvc_AddUsers class
- _showWindow
Type: boolean
A Boolean value that indicates whether the form will be shown.
Remarks
Use the main class design pattern whenever a class is called from a menu item. Do not call the main method explicitly from the code; call it implicitly from a menu item.
Instantiate the class by calling the static construct method.
Call the prompt method to create a dialog box.
Call the run method, if the user clicks OK in the dialog box.
[How To: Access a Class from a Menu]