• CSPro Getting Started Guide
    • Introduction
    • Installation
    • CSPro Tutorial
      • About the Tutorial
      • Exercise 1: Create a Data Entry Application
      • Exercise 2: Create the Data Dictionary
      • Exercise 3: Create the Data Entry Forms
      • Exercise 4: Enter Data
      • Exercise 5: Tabulate Data
      • Exercise 6: Modify the Table
      • Exercise 7: Add Edits to the Data Entry Application
        • Step 1: Write Logic for the Edit
        • Step 2: Compile the Logic
        • Step 3: Test the Edit
        • Step 4: Complete the Case
      • Exercise 8: Run a Batch Application

Step 4: Complete the Case

(Exercise 7, Add Edits to the Data Entry Application)
We will finish entering data for the second case, including the error condition, so that we will be able to test that condition in the following exercise.
  1. Press F8 to clear the message.
  2. Hold down the Ctrl key and press the slash key / on the numeric keypad. The next form will appear on the screen.
  3. Type 1 in the Type household field.
  4. Type 1 in the Type roof field.
  5. CSEntry will ask us to accept the case. Select Yes.
  6. Click stop button on the toolbar, or press Esc or Ctrl+S, or select Mode -> Stop from the main menu.
  7. Close CSEntry by clicking on the X in the top right corner, or selecting File -> Exit from the main menu.
This completes this exercise. Continue to the next exercise: Step 1: Create a Batch Application.