Name ______________________________________

LibScrII
FoxPro Library Screen II
Individual Assignment
Due Next Lecture
Points = 15


1] Create a folder called Library. Within the Library folder, create a database table, called Library.DBF

2] Your library database table must include the following:

  1. Title            Character 50
  2. Publisher        Character 20
  3. ISBN             Character 15
  4. BookOut          Logical
  5. Barrower         Character 20
  6. Value            Numeric for $ xxx.xx 

3] Create an Index for the Title and the Publisher

4] Include buttons Add, Delete, Next, Previous, Exit, and Search on a Professional, Colorful screen.

5] Create a Start Program, Start.PRG, as illustrated in lecture. Your program shall run with Do A:/Library/Start

6] Place all of the button code in a file called Code.PRG

7] Professionally design the screen. Use excellent prompts. Center the screen.

8] Print the Start.PRG and Code.PRG

9] Print the Status and the Structure

10] Make at least one back-up copies of this project.


Include the following in your wire band binder:

1] Copy of this assignment sheet with signatures from team members at the top.

2] Copy of Structure & the Status

3] Copy of Start.PRG

4] Copy of Code.PRG

5] Disk containing project.