It's because "Set Error Capture [On]" specifically prevents errors from
appearing, in order for them to be handled under script control. In this
case the scripts won't be doing anything with them, but it still is
suppressing the errors. The errors still occur; you just don't see them.
Bill
"Larry Webb" <webb (AT) removethisrovatune (DOT) com> wrote
Quote:
FP's suggestion to check for script errors pointed me in a direction that
stopped the error message. For both the "Previous Record" and "Next
Record" buttons I added "Set Error Capture" to the script. I'm not sure
why, but now it works and no more error window/noise.
Thanks
Larry |