Avatar

Level 5

Good Day;

I am developing a form and one of the things I am trying to do is get a full subform to repeat if the user has to add more items.

The subform has 1 table and 1 row. If the user selects from a status dropdown  anything but “green”  a text box becomes visible and the user must add details.

I have placed a button on a separate subform if the user wants to (needs to) add 2 or more projects.

I tried using the following and I get the standard “general” error.

psl_list_subform.instanceManager.addInstance(1);

Am I going about this correctly or am I way out in left field.

Thanks all

Chomp