Thanks
quote:
Originally posted by LiveOak:
Aha! You have just discovered what that criptic script step "Set Error Capture (on)" is for. This script step toggles error capture which supresses the error dialog boxes. For instance:
Allow User Abort (off)
Set Error Capture (on)
Perform Find (restore)
If(Status(CurrentError) = 401)
#No Records Found
Exit Script
Else
#Records Found
Sort(restore,no dialog)
Go to Layout (List)
End If
-bd
[This message has been edited by LiveOak (edited January 30, 2001).]