I have been having no luck with a simple Java script statement where a click (mouseup) on a button adds a record to a table in a subform.
Can someone direct me to an example? My current code is
Table1._Row1.addInstance(1);
Not much to it.
I have been having no luck with a simple Java script statement where a click (mouseup) on a button adds a record to a table in a subform.
Can someone direct me to an example? My current code is
Table1._Row1.addInstance(1);
Not much to it.