Description: Take inventory by recording the quantity for each item number. A description is displayed after each
item number is scanned in so that the user can be sure the items are on the right shelf.
Steps to recreate:
1. Configure the capture file.
2. Create lookups.
3. Create all screens and menus
4. Create all fields
5. Create all global variables
6. Fill in all Screen OnEnter/OnExit Scripts
7. Fill in all Field OnEnter/OnExit Scripts
8. Go back and fill in Static Text, Graphical Characters, and boxes to adjust screen appearance to your personal preference.
Capture File:
ItemNum
QTY
Lookup File:
ItemNum
Description
Global Variables:
None
Screens:
1. Screen
Field ITEMField
Details: Write to capture ItemNum
Validation: Match value in lookup fileLookup , field ItemNum
Field DESCField
Details: Get default value from lookup file Lookup, field Description
Validation, Uncheck unmodified default is invalid, unmodified should be valid
Validation, Uncheck blank field is invalid, this is a lookup field, nothing the user can do about it if it does turn out to be blank
Field QTYField
Details: Write to capture Qty
Input, Input Actions: After Enter or Scan: Save and reload the screen
Boxes and Graphical Characters according to personal preference