Hi, we have a problem with adding rows to a table in script. We need to
add couple of rows via the script.We use init event of the tableThis
code is not workingfor (var i = 1; i < aantalDossiers.length ; i++)
{mod_gegevens.main.subform_vaststellingen.subform_gecontroleerdeDossiers.Table2._Row1.addInstance(true);}The
problem is the loop because if i do
this:mod_gegevens.main.subform_vaststellingen.subform_gecontroleerdeDossiers.Table2._Row1.addInstance(true);mod_gegevens.main.subform_vaststelling...