Creating a user form in SynWeb
Note: You must first create the Mark-up and Code Behind files in either Microsoft Visual Studio 2008 (or later) or Microsoft Visual Web Developer 2010 Express.
To create a user form within SynWeb:
- Select System > User Form Maintenance from the SynWeb main menu.
The User Form Maintenance window is displayed. - Click .
The User Form Maintenance window is displayed. - Select the Application:
• SynWeb to create a user form to be used in SynWeb
• CommunityPortal to create a user form to be used in the Community Portal. - Select the Master Resource:
• ClassMaint to create a user form in Class Maintenance
• CourseMaint to create a user form in Course Maintenance
• StaffMain to create a user form in Staff Maintenance
• StudentMaint to create a user form in Student Maintenance
• SubjectAssessmentAreaMaint to create a user form in Subject Assessment Area Maintenance. - Type in a code to identify the user form. For example, StudentDiscipline.
- Type in a description for the user form. For example, Student Discipline Incidents.
- Click .
The User Form Maintenance - Mark-up tab is displayed. - Copy and paste the Mark-up code from Microsoft Visual Studio or Microsoft Visual Web Developer Express.
- Select the Code behind tab.
The Code behind tab is displayed. - Copy and paste the Code Behind code from Microsoft Visual Studio or Microsoft Visual Web Developer Express.
- Click if you want to test the user form.
- Click .
The user form is created.