236 Chapter 5
Storing and Retrieving Test Results
Using DataSets to Store and Retrieve Records
Figure 5-15. Storing and Retrieving Data Using DataSets
Note A From Data Set object must include at least one record that meets the
criterion, or VEE issues an error message. To avoid an error, add an
EOF
(end-of-file) output pin to the object which activates if no records meet the
criterion. You can then add actions to the program when the EOF results.