Newbies dbirnbau Posted October 6, 2003 Newbies Posted October 6, 2003 Folks, Has anyone noticed a bug where the "replace" command fails within a script? I have a script which does a find to select a subset of records, and then does a Replace Contents [No Dialog, "field", """" ]. The Replace just doesn't happen. No error, no nothing. If I run the script in the debugger, step by step, it *does* work, so something is clearly amok. Any suggestions on diagnosing/fixing this? Is there some time when the Replace will fail? I can reproduce at will. Thanks, David.
-Queue- Posted October 6, 2003 Posted October 6, 2003 The field to be replaced must be located on the 'current' layout or else it will fail. I would assume your script is switching to a layout with the field on it or else it wouldn't fail in the debugger. Is this correct?
Newbies dbirnbau Posted October 8, 2003 Author Newbies Posted October 8, 2003 You stand correct - I thought of this right after I posted, tested, and that fixed the problem! I really wish these things wouldn't fail silently...sigh.... Thanks.
Recommended Posts
This topic is 7720 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