Hi John
Purpose is to handle graphics - (long explanation)
I have 10 interface files (separated) from 1 data file
I have 10 buttons (graphics) across the top of most of my windows as a main nav tool
Each button runs a script that "goes" to a separate interface file (one for contacts, tasks, projects, products, timesheets etc). Each file has a colour associated with it.
If a user is in a selected file the button outline changes from grey to the specified colour
So that I don't have to (hard code and recode this) - all of the graphic objects are repeating global fields - referenced using a number for each file that relates to the repetition
Hence when you change between files you need to reset the global button outlines back to grey so that you can reset the button of the destination file to the correct colour
All I was wondering is if there was a quicker/more clever way to reset all repeitions to a single value than my experience allows
thanks