G
Gcleaves
How can I add records ("Insert item") programmatically? I have a form
pointing to a SQL datasource and I need to add records when a user clicks a
button. The idea is the user click various buttons which programmatically
"Insert Items" into the dataFields. Then the user just clicks "submit" and
several rows should be added to the datasource.
I am able to modify the first record's data using Rules. But the problem is
that I just keep overwriting that first record everytime the user pushes the
button. Somehow I need to add a record first.
Thanks!
pointing to a SQL datasource and I need to add records when a user clicks a
button. The idea is the user click various buttons which programmatically
"Insert Items" into the dataFields. Then the user just clicks "submit" and
several rows should be added to the datasource.
I am able to modify the first record's data using Rules. But the problem is
that I just keep overwriting that first record everytime the user pushes the
button. Somehow I need to add a record first.
Thanks!