Newbies jimcip Posted March 30, 2001 Newbies Posted March 30, 2001 I've created several scripts to manipulate imported data from a Lotus worksheet. One of the functions is to delete duplicate records that were imported. When I run the script, it finds the duplicates and performs the deletion. The problem is, it requests input (confirmation of delete) from the user for every record it needs to delete. Is there a way (in the script) for me to bypass the record deletion prompt?
Kurt Knippel Posted March 31, 2001 Posted March 31, 2001 quote: Originally posted by jimcip: I've created several scripts to manipulate imported data from a Lotus worksheet. One of the functions is to delete duplicate records that were imported. When I run the script, it finds the duplicates and performs the deletion. The problem is, it requests input (confirmation of delete) from the user for every record it needs to delete. Is there a way (in the script) for me to bypass the record deletion prompt? In the script step for deleting a record, there is the option to "Perform Without Dialog". This option will supress the dialog.
Recommended Posts
This topic is 8784 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now