mleiser Posted July 4, 2006 Posted July 4, 2006 In FM7 I am trying to do the following. Our campers take buses that are referenced by color, like red, blue, green etc. We also have campers in July and in August. I tried to write a script to choose all July campers but allow the user to choose the color bus and then print out labels for all those in July that use whatever color the user chose. It just doesn't seem to work right. I tried to find all july campers and then do a paised find and run it constrained with the color. I wanted the user to put the color in a temp field and the script should place it in the find. Am I making any sense? Mike
Breezer Posted July 4, 2006 Posted July 4, 2006 If I understand this correctly, you should be able to do it by making the temp field a global field. You can also make this global field be a drop-down list with your colors. When the user performs the find, you can then use while in find mode: Set Field [Camp::Color;g_TempColor]
Recommended Posts
This topic is 6720 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