Database Reference
In-Depth Information
Figure 17-12. Top: This script performs a find. Then, if it finds no records, it shows a custom dia-
log box and exits the script. The end point of this script might be after the last script step, which is
normal, or at the Exit Script step, which is not. Bottom: This version does the same thing but
doesn't exit the script if no records are found. Instead, it puts all the remaining script steps in the
Else section of the condition. The result is the same—the extra steps run only if the script finds
some records—but the bottom script always ends after the last step.
Search WWH ::




Custom Search