dtsparky Posted April 25, 2007 Posted April 25, 2007 How can I write a script to automatically check the check box for the "Billed" field in all of the records in a found set? Thank you
Lee Smith Posted April 25, 2007 Posted April 25, 2007 After Performing your find for the Found Set, you can use a script that will loop through it. Go To Record Request [first] Loop SetField (Billed; "X") note: the "X" is an example, if you use "Yes", or something else, replace it. Go to Record Request [Next] "Exit after last" End loop HTH Lee
dtsparky Posted April 25, 2007 Author Posted April 25, 2007 Thank you so much. I very much appreciate the help.
mr_vodka Posted April 25, 2007 Posted April 25, 2007 You could also have used a 'Replace Field Contents' script step.
Recommended Posts
This topic is 6421 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