Hello guys,I'm trying to create a dynamic table that has a column with
automatic numeration (some sort of index). Each row has a add / remove
button and everytime I add / remove a row a want to recompute the index
column because i want it to be ordered.Everything works fine when I add
rows to the table but when i try to remove a row I cannot recompute the
rows indexes, Livecycle throws back a very generic exception
"GeneralError: Operation Failed".The code I'm using is as follows:
form1.#subform...