nedbguy Posted March 29, 2007 Posted March 29, 2007 I would like to know how I change two fields (both with drop-down menues) whenever I run the copy event script. First field is "Show Status" which has 8 choices. The one I want to display on the copied event is "Need Info" Second field is "Show eng status" which has 3 choices. The one I want to display on the copied event is "Need techs". Anyone know how to do this?
mr_vodka Posted March 31, 2007 Posted March 31, 2007 I guess you could store the current value of those two fields in variables. Then set those two fields to "Need Info" and "Need Techs" and have a script step save a copy. Then set the fields back to their orig values in the first file by setting the fields to the variable values that you set earlier. However, what is the purpose of saving files in this manner?
nedbguy Posted March 31, 2007 Author Posted March 31, 2007 Thanks for your reply. I figured it out after an hour or so. What I did was to use the Set Field script for each of the two fields. Works like a charm. ex: Set Field [ events932::Show status; ("NEED INFO")] and Set Field [ events932::Show eng status; ("NEED TECHS")]. I added these to spript lines underneath the previous 'Set Field' spript line. And it works!! Chris
Recommended Posts
This topic is 6448 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