Hello,
I have a form with a dynamic table. You can add or remove rows via buttons.
Before sending the form I want to execute a for-loop over the rows to hide these buttons.
The message box shows the right number of rows:
xfa.host.messageBox("Number of rows: " + Formular1.receipt.table.dataRow.in...