About "FormOnly" forms
"FormOnly" forms are specialized forms designed to display without the the typical Mongoose framework: Explorer, toolbar, menus, and so on. While many of these forms are designed for mobile device use, they need not be. FormOnly forms, rather, are typically designed for "consumer UI" applications; that is, applications designed with a sleeker, more consumer-oriented look-and-feel.
Because they typically do not include the standard Mongoose navigational and operational elements, FormOnly forms must compensate in other ways. By default, when you create a form with the New Form Wizard specifically as a "Form Only" form, the wizard automatically creates several navigational and operational icons/buttons:
- : Allows the user to create a new record for the associated IDO collection.
- : Allows the user to save a new or modified record.
- : Allows the user to delete a selected record.
- : Allows the user to refresh the current IDO collection without having to close and reopen the form.
- : Navigates the user to the first record in the collection.
- ; Navigates the user to the record that immediately precedes the current record.
- : Navigates the user to the record that immediately follows the current record.
- : Navigates the user to the last record in the collection.
- : Prompts the user to save any unsaved work and then closes the form.
Although these icons/buttons (and their associated form events and handlers) are created automatically by the New Form Wizard, you are not obligated to keep or use them; and you can also create other navigational or operational components of your own, as need dictates.