home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / network / student.zip / EXAMPLE.DOC next >
Text File  |  1992-05-27  |  4KB  |  80 lines

  1. Example run of the Student Manager:
  2.  
  3. At the DOS prompt, type student sample.db sample.out sample.flt
  4. hello
  5. (ie.  C:\> student sample.db sample.out sample.flt hello)
  6.  
  7.      - sample.db is a sample database file containing names and
  8.        social security numbers.
  9.      - sample.out is the output file made during the example run.
  10.      - sample.flt is the sample filter file.
  11.      - hello is the exit password.
  12.  
  13. This will bring up the main screen of the Student Manager.
  14.  
  15. TO BRING UP THE HELP SCREEN:
  16.      - Hit the F1 key to bring up the help.
  17.      - Use the arrow keys to move around in the help screen.
  18.      - When you are finished reading the help, hit ESC.
  19.  
  20. TO CHECK A SOCIAL SECURITY NUMBER:
  21.      - The cursor should be in the Social Security # field.
  22.      - Type 012345678 and hit ENTER.
  23.      - The cursor should move to the Phone # field.
  24.      - Type 0123456 and hit ENTER.
  25.      - A message box will tell you that the program is thinking.
  26.        (The program will return showing that an account for Shawn
  27.        Holmstead will be processed within one business day.)
  28.      - Hit ESC to return to the main screen.
  29.  
  30. TO CHECK THE SAME SOCIAL SECURITY NUMBER:
  31.      - The cursor should be in the Social Security # field.
  32.      - Type 012345678 and hit ENTER.
  33.      - The cursor should move to the Phone # field.
  34.      - Type 0123456 and hit ENTER.
  35.      - A message box will tell you that the program is thinking.
  36.        (The program will return showing that an account for Shawn
  37.        Holmstead is still being processed.)
  38.      - Hit ESC to return to the main screen.
  39.  
  40. IF A SOCIAL SECURITY # IS NOT IN THE DATABASE:
  41.      - The cursor should be in the Social Security # field.
  42.      - Type 222222222 and hit ENTER.
  43.      - The cursor should move to the Phone # field.
  44.      - Type 2222222 and hit ENTER.
  45.      - A message box will tell you that the program is thinking.
  46.        (The program will return and say that the person is not in
  47.        database.)
  48.      - Hit ESC to return to the main screen.
  49.  
  50. IF A PERSON ALREADY HAS AN ACCOUNT:
  51.      - We need to exit the program and create a dummy account.
  52.      - Hit ESC at the main screen.
  53.      - A box asking for the exit password should appear.
  54.      - Type hello (NOTE: your letters will appear as * characters).
  55.      - At the DOS prompt, type SYSCON.
  56.      - Create the user JUNKA (for information on creating users,
  57.        see your System Supervisor's guide).
  58.      - Give the new user the full name:  Junk Account
  59.      - Exit SYSCON and run the Student Manager Again.
  60.        (ie. type student sample.db sample.out sample.flt hello)
  61.      - The cursor should be in the Social Security # field.
  62.      - Type 111111111 and hit ENTER.
  63.      - The cursor should move to the Phone # field.
  64.      - Type 1111111 and hit ENTER.
  65.      - A message box will tell you that the program is thinking.
  66.        (The program will return and say that the person already has
  67.        an account.  The program will tell the user the full name
  68.        and the username already in existence on the file server.)
  69.      - Hit ESC to return to the main screen.
  70.      - Hit ESC at the main screen and type hello for the exit
  71.        password.
  72.      - At the DOS prompt, type SYSCON.
  73.      - Delete the user JUNKA (for information on deleting users,
  74.        see your System Supervisor's guide) and any home directories
  75.        made when creating the user JUNKA.
  76.      - Exit SYSCON.
  77.  
  78. That is the end of the example run.  Please continue reading the
  79. readme file to find out how to create your own database and
  80. filter files.