Scott- Monday, October 17, 2005, 12:41:47 AM, you wrote:
> I'm wondering if there is an easier (faster) way to discover the > stacking number of a specific field within a group (the control's > stacking number just within that group) without using a repeat > structure to step through all the controls in that group, checking each > one to see if it is a match. if you're looking for a specific button in a group, try something like if the hilitedButton of group "gpFilter" is 6 then ...but you've got a group of *fields*? I've used groups of fields but then just referred to the fields by name, i.e., field "x" of group "abc". What problem are you trying to solve? -- -Mark Wieder [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
