Newbies pcci5446 Posted November 28, 2001 Newbies Posted November 28, 2001 I have a new database that I'm trying to replace data in a field from within a script. It is a very simple replace-all function, or so I thought. The message is "The previous script step, "Replace", could not be completed because it restores an invalid request. Do you wish to continue?" The command completes normally if I use the manual method or the script method with dialog. It will generate the message if I try to automate the task with no dialog. Please help . . . Chris
LiveOak Posted November 28, 2001 Posted November 28, 2001 Make sure your specification for replace is correct and that the field you are replacing is on the current layout when the script is run. This is required. -bd
Steven H. Blackwell Posted November 28, 2001 Posted November 28, 2001 quote: Originally posted by Detroit Chassis: I have a new database that I'm trying to replace data in a field from within a script. It is a very simple replace-all function, or so I thought. The message is "The previous script step, "Replace", could not be completed because it restores an invalid request. Do you wish to continue?" The command completes normally if I use the manual method or the script method with dialog. It will generate the message if I try to automate the task with no dialog. Please help . . . Chris I want to enter a word of caution about the use of the Replace command. Be especially careful what you're doing. You can toast an entire set of data in a file if you don't. Also, in a multiuser situation, you must trap for a particular record's being locked during this process. The replace will fail on that record if it is locked. HTH Old Advance Man
Recommended Posts
This topic is 8740 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