|
- Paying a Fine Window
- This window contains text entry fields for: User's ID and Fine Amount to be Paid.
Buttons Present: CLEAR, CANCEL, HELP, OK
- CLEAR
- When selected, the contents in the text entry fields are cleared, and control is returned to the 'Paying a Fine' window.
- CANCEL
- If selected, the "Pay a Fine" window is closed, and control is returned to the "Transaction Administration" window.
- HELP
- Provides information about this window, the inputs, and the function each button performs, via a pop-up window.
- OK
- Once selected, the system checks to see if all of the fields have been entered correctly and there
is an entry for each field. If there are any format errors in the information fields, a message box
will pop up and display a message with a list of each field that was incorrectly entered.
Buttons Present: OK, HELP
- Select OK to close the message box.
Select HELP for more specific information about the problem.
The system attempts to process the request to pay the fine, using the inputs provided. If the
operation could not be performed, a message box will pop up and display a message stating the
nature of the problem.
Buttons Present: CANCEL, CLEAR
- CANCEL
- When selected, this button cancels the attempted operation and returns to the "Transaction Administration" window.
- CLEAR
- When selected, this button clears the contents of the text entry fields, and restarts the "Paying a Fine" window.
The system will update the Customer's fine information in the database. If an error occurs at this point,
control is passed to the error handler along with the error code. If the process was successful, a
message box will pop up.
Message: "Process Successful"
Buttons Present: OK, PRINT
- PRINT
- Prints out a statement of information, saying that the Customer paid the amount of the fine.
- OK
- When selected, the message box is closed as well as the "Paying a Fine" window, and control
is returned to the "Transaction Administration" window.
|