Function to save and auto save the form. Sometime, developer may not using the default Save button in the form because they want do another thing first. So they will probably use these two functions to save the form first.
How to save / auto save form
Create a new behavior. Put the appropriate caption. Click Action wizard.
Click Create an action.
Click Other Scribe Functions.
Select Trigger Form Save in Other Scribe Functions dropdown. Click OK.
Click Save changes.
Click View code. This is sample code to save the form. The form will be save after button Preview clicked. Click Check Syntax, if no error then click Save and close.
Click Create now.
Example how it look in the form:
Form before edit. Click Edit data.
Edit in Address field. Click Preview.
Form saved.
Comments