Hi,
One way is set the max occurs attribute to in the schema for that repeating
node. To do that follow the below steps.
1.Open the form in design mode.
2.Go to File -> Save as source files.
3.Save the files in a folder.
4.Go to that folder and open the myschema.xsd in an editor mode.
5.Search for the repeating node.
6.Add maxOccus =â€7†attribute. It looks like the following expression.
<xsd:element ref="my:group2" minOccurs="0" maxOccurs="3"/>
--
Swathi Porandla
http://www.ggktech.com
Farmboy said:
We have form with table to record 1 week's [7 days] worth of values, but no
more.
How can a designer set the Max Row?
Thank you in advance!