- Introduction to WorkXpress
- Building Your Application
- Examples and Best Practices
- Technical Manual
form to be saved independently of the page is a form setting that allows the form to assume edit, view, and add modes (assuming the form has the appropriate security to do so) independently of what mode the page is in.
AllowIndependent save controls are commonly used to break up a page into more easily digestible sections. For example, on a page about an account, you may have a section at the top for basic account information, then at the bottom, have a list of the contacts related to the account. If you didn't want the contact information edited at the same time as the account information, you could disable the page edit button and enable independent save controls on the upper basic account information section.