Creator Help

Reload Form

By default, automatic reloading is supported only for DB Forms that persist data on click of the form Submit button. To reload a Stateless form, Deluge supports a new task known as the "Reload Form". The Reload Form must be added to the on click event of the form button, to reload the stateless form.
For example, in the sample application Reload Application, the Member Registration form is a stateless form used to register members who are 15 years older and above. If membership is accepted on click of the Accept Membership button, the member is added to the MemberList table and the stateless form is reloaded to add a new member.This is achieved using the Reload form task added to the on click event of the form button, as shown in the screen-shot given below.

Top