Creating new Systems


To create a new JDesignerPro System simply create a new HTML page with the applet tag shown below but change the value of JDPSystem to some other 5-digit value. Load this new page from your browser to have JDesignerPro automatically configure a separate new JDesignerPro system. You may choose the existing data source or a new one.

<applet codebase="http://localhost/JDesignerPro/" code=JDesignerPro.class width=10 height=10>
<param name="JDPSystem" value="01002">
</applet>

The number 01002, ending with "2" instead of the default 01001, signifies that you are calling on JDesignerPro to create a new system with no menus or access levels. From here you begin designing screens normally and deploy them in the same fashion as the first system. You might create a new system for Sales and one for Support as well as a separate one for R&D. This also allows you to setup a new Admin account to manage the system without allowing that person to have access to the original system.

Each user account within JDesignerPro can access any of the systems that have been created provided that the administrator has given the user access to the system using the User System Maintenance screen on the System Maintenance menu.