1 / 21

ASP Production Data Entry and Management

ASP Production Data Entry and Management. EET 499 Final Project By Ian Gass. Project Goals. Secure Enter Production Data Manage Production Data Manage User Accounts. Login.asp. Main( ) InvalidPassword( ) FailedMustWait( ) LoginOK( ). DailyLogEntry.asp. Used to enter production data

lin
Download Presentation

ASP Production Data Entry and Management

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ASP Production Data Entry and Management EET 499 Final Project By Ian Gass

  2. Project Goals • Secure • Enter Production Data • Manage Production Data • Manage User Accounts

  3. Login.asp • Main( ) • InvalidPassword( ) • FailedMustWait( ) • LoginOK( )

  4. DailyLogEntry.asp • Used to enter production data • Procedures • Includes CommonFunctions.inc • Main( ) • Calls VerificationForm( ) • Calls WriteToDB( ) • Calls LoggedOn( )

  5. DailyLogAdmin.asp • Used to manage the production data • Procedures • Includes CommonFunctions.inc • Calls LoggedOn( ) • Sends results to Results.asp in URL

  6. Results.asp • Displays results from the search created on DailyLogAdmin.asp • Creates links to EditRecord.asp and DeleteRecord.asp

  7. EditRecord.asp • Get RecordID from URL • Opens database and selects the record • Displays the contents of the record • Saves changes

  8. DeleteRecord.asp • Get RecordID from URL • Verifies that the user wants to delete the selected record • Removes the record from the table

  9. AddUser.asp • Checks if new user already exists • Checks for duplicate username • Checks first name and last name • Adds to user table

  10. EditUser.asp • Opens the table and retrieves record • Displays form with fields filled in • Writes any changes that were made

  11. DeleteUser.asp • Opens the table and retrieves record • Verifies that the user wants to remove the selected record • Removes the record from the database.

More Related