Nancy Spoolman Posted March 29, 2010 Posted March 29, 2010 I have been scripting a few templates recently. All was well, until I was asked to do a different template, using the same scripting. I am tracking certain records with various ethnicity, female, male. When there are no records it gives me the continue button. I have tried to figure out how to enter the IF somewhere in there as a calculation (ie: If [Get (FoundCount) = "0"] "Continue"). I just want it to continue if there are no records and enter the 0. In one instant it came up over 150 times! I knew then I had made a huge mistake. Now I'm afraid I'll have to go back to each related record template and put some kind of code in on each Perform Find section. Is there a way to globally say at the beginning of the script that I want it to continue automatically? Nanc
RodSierra Posted March 29, 2010 Posted March 29, 2010 At the beginning of your script use the set error capture (on) function.
Recommended Posts
This topic is 5354 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