RepeatableTable Insert?Delete rows

P

Patrick

I need to disable the option for
Allow users to inserr/delete rows

But at the same time Programatically allow a new row to be added. is this
possible in Infopath... or is there any workaround?

Thanks
 
A

Arul

There's an option ("Allows users to insert and delete rows) in the "Repeating
Table Properties".
 
P

Patrick

I think i will have to write code to handle deletes.
Any idea which events are raised when a repeatable tables, row is deleted
or cut ?
Thanks

Greg Collins said:
This is a problem I've complained about for a while. These two should have been separated so you could turn off insert or delete separate from each other.

Once this check box is set, you should still be able to programatically insert rows. If you need the user to do inserts, you should be able to create buttons for insert, insertAfter, etc. You just won't be able to use the standard repeating object UI.

--
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com



Yes, but once i uncheck this box,
i cannot add/delete a row programatically

Arul said:
There's an option ("Allows users to insert and delete rows) in the "Repeating
Table Properties".
 

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