Instructor User Student User Grade report 14 Course

  • Slides: 4
Download presentation
Instructor User Student User Grade report (#14) Course Registration Form (#8) Class list (#13)

Instructor User Student User Grade report (#14) Course Registration Form (#8) Class list (#13) Grade Entry Form (#10)

Flow control with macro (#19) 1. 2. Check User. Name from the Login form

Flow control with macro (#19) 1. 2. Check User. Name from the Login form against the USER table. If User. Name is not found in the USER table then: 1. 2. 3. 4. 5. If User. Name is legitimate then: Check Password from the Login form against the USER table. If Password does not match with the user then: 1. 2. 6. Issue error message Reset the User. Name field Issue error message Reset the Password field If Password is legitimate then: 1. 2. 3. Reset the password field Hide the Login form Open the student (instructor) screen for student (instructor) users

Flow control with macro (#20) 1. If the “Grade Entry” button is clicked then:

Flow control with macro (#20) 1. If the “Grade Entry” button is clicked then: • • Open the grade entry form for that particular instructor (identified by its User. Name) Bring the grade point field in focus 2. If the “Class List” button is clicked then: • Open the class list report for that particular instructor (identified by its User. Name) in Print Review mode 3. If the “Return” button is clicked then: • • • Reset the User. Name field in the Login form Close the instructor screen Open the Login form

Flow control with macro (#21) 1. If the “Registration” button is clicked then: •

Flow control with macro (#21) 1. If the “Registration” button is clicked then: • • Open the Course Registration form for that particular student (identified by its User. Name) Bring the Courses field in focus 2. If the “Grade Report” button is clicked then: • Open the grade report for that particular student (identified by its User. Name) in Print Review mode 3. If the “Return” button is clicked then: • • • Reset the User. Name field in the Login form Close the student screen Open the Login form