Limiting number of items on a list

C

C10

Is there a way to prevent the user from inserting items more than a specific
number of items?

My expectaion is for examle if you have a bulleted list i want limit the
user only to allow upto 10 bullet points.

Thanks in advance.
 
K

Kalyan G Reddy MVP (GGK Tech)

Hello

For bulleted list you cannot limit to no if inserted items, However you can
do it for repeating tables.
 
S

Shekar

Hi
By modifying the .xsd file you can limit number of items for bulleted list
by setting the maxOccurs property to the number of items you want to set.

Hope this helps you.
 

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