Default blank row on insert of now main repeating table

F

faivre

Hello,

I am trying to prevent a default blank row being inserted into a
different repeating table when I insert into another repeating table.
I am able to prevent this from happening on the "main repeating table"
under "Form Options" -> "Default Values" I can "Select the fields and
groups to insert in the main data source when a user creates a new
form". However on other repeating tables if I insert a row it
automatically inserts a blank row in the other repeating table(s)
(excluding the main table). How can I prevent this from happening?

Thanks,

Brian
 
F

Franck Dauché

Hi Faivre,

Why don't you do it using code behind? You can catch the OnBeforeChange
event and cancel the event if needed.

Regards,

Franck Dauché
 

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