February 3, 201016 yr Just a quick one I think... Is there any quicker/slicker way of setting all repetitions of a global field (to a single value) other than by a script that loops through the repeitions uses set field to set the repeition to the required value? eg set variable $c; 1 Loop Exit Loop if $c = 10 set field globalfield[$c] = "default value" set variable $c; $c+1 End Loop Many thanks
February 3, 201016 yr Author 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
Create an account or sign in to comment