Page 1 of 1
Getting to Grips with Groups
Posted: Wed May 11, 2016 8:17 pm
by RossG
I have a repeat loop to clone a field and want to
group them.
Is there a way to "add to group xxx" or something similar?
If there is it could be put into the loop as they're created.
Re: Getting to Grips with Groups
Posted: Wed May 11, 2016 8:57 pm
by dunbarx
Hi.
You likely want to look at the "copy" command, especially with its "into group" variant. You may also want to look at the "last" keyword, in case your loop does not handle this action explicitly.
Craig Newman
Re: Getting to Grips with Groups
Posted: Wed May 11, 2016 10:49 pm
by RossG
I don't think that the copy command allows for re-naming.
The "selectedObject" function looks interesting as it produces
a list which seems to be a requirement for grouping.
What do you think?
Re: Getting to Grips with Groups
Posted: Wed May 11, 2016 11:24 pm
by FourthWorld
If you keep one field in the group the clone command will clone within the group.
Re: Getting to Grips with Groups
Posted: Thu May 12, 2016 1:23 am
by dunbarx
I do not understand.
You can create a single control, however you do it, and group it. You can then copy any other control into that group.
Cloning a control from a group member will place that new control in that group.
The options are wide open. What is it you need to do?
Craig
Re: Getting to Grips with Groups
Posted: Thu May 12, 2016 3:26 am
by RossG
Craig
What I want to do is exactly as you describe.
So much to learn, so little time.