This page describes, how to create a form, that shows data from source, modifies them and adds new rows.

In this tutorial it works with a previously created gallery. However, you don´t need it to create a gallery to have a form.

Insert form

Well, to have a form you must insert a form. Then set its data source - usually the same asi the gallery has..

Button - submit form

To confirm changes, we need a button (icon) with this OnSelect property:

  • SubmitForm(Form1)

Button - new item

We need somehow add new rows into data source. This can be done with this button (icon):

  • NewForm(Form1)

Leave a Reply

Your email address will not be published.

*

clear formPost comment