In article <1h15ic6.vyuqkw1s0o1usN%borgobello-NO (AT) SPAM-adriacom (DOT) it>,
borgobello-NO (AT) SPAM-adriacom (DOT) it (Aladino) wrote:
Quote:
I've a script that performs a record search (I copy/paste the value to
search), but if there are no records matching the request, I wont that
script halts to display that there are no records... I simply want it
continue. How can I do? |
Unless you're testing for a Find error or the user is cancelling the
script, the script will continue after the error message has been
dismissed by the user.
To get rid of the error message you can use the Set Error Capture
command to intercept error messages from the Perform Find command.
eg.
Set Error Capture [On]
Perform Find []
{rest of script}
This will perform the rest of the script no matter what happens and
won't display ANY error messages for the Perform Find command.
Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)