Copying

A

ann

I am creating a form in which I have included check boxes. Rather than
having to create a new check box each time I need one I have been copying the
first one. The problem occurs when testing the form. When I click on the
first check box all the remaining check boxes are checked because they are,
from what I discovered, duplicates.

My question is, is there any way to copy a check box without the
duplicatation or link to the original. It sure would save me time.

Thank you,
Ann
 
S

Swathi (GGK Tech)

Hi,

You can copy the control as you did before. But after copying change the
binding of the control by adding the new field in schema.
 
A

ann

Thank you for the information. I have done what you suggeted, but it seems
very repeative. Is there a way to change the binding on mulitple check
boxes at one time or does it need to be done one at a time? Also, is there
a way to create multiple fields at one time.

Thanks again.
 
S

Swathi (GGK Tech)

Hi,

You can change the binding in xsl file for that view. Just change the
‘xd:binding’ attribute value to new field node name. also change the
‘select=’ attribute value to new field node name. Make sure that you have
copy of the file before changing this and don’t change any thing other than
this. If any thing goes worng you can use the above copy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top