|
- Add Book Copy Window
- This window contains numeric entry fields for ISBN number.
Buttons present: OK, CANCEL
- OK
- Once selected, the system checks for correctly formatted
input in the ISBN field. If there are errors, a message box
will appear and display an error message.
Buttons Present: OK
Selecting 'OK' will close the message box.
Once the ISBN number is error free the system checks to see
if there is a book in the database with that ISBN number.
If no book exists, a message box will appear stating that
the book does not exist and will ask whether the user wants
to add this as a new book to the datatbase.
Buttons Present: YES, NO
Selecting 'YES' will bring up the 'Add Book' window from
which the user can add the new book.
Selecting 'NO' will close the message box.
Once it has been verified that the book exists in the
database, a window will appear containing the book
information and empty fields requiring the location, floor,
and circulation status of the new book to be added.
Buttons Present: ADD, QUIT
- ADD
- Once selected, the system checks to see if all of the
appropriate fields have been entered correctly and there is
an entry for each necessary 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
Selecting 'OK' will close the message box.
If there are no errors, the book copy will be added to the
database and a new 'Add Book Copy' form will appear.
- QUIT
- If selected, any data entered into any of the fields will be
lost, the book copy will not be added to the database, and the
window will be closed.
- CANCEL
- If selected, the 'Add Book Copy' window will be closed.
|