Wiki

Scale Your Enterprise

User Tools

Site Tools


versago:standard_buttons

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
versago:standard_buttons [2019/08/01 11:47]
runger created
versago:standard_buttons [2020/05/01 11:27] (current)
Line 3: Line 3:
  
   * **Save and Close** attempts to save the form information to the database.   * **Save and Close** attempts to save the form information to the database.
-      * If the "save" process is successful, the form page is closed and the user is returned to the Versago home page.+      * If the "save" process is successful, a "success" message is displayed, the form page is closedand the user is returned to the Versago home page.
   * **Save and New** attempts to save the form information to the database.   * **Save and New** attempts to save the form information to the database.
-     * If the "save" process is successful, the form page is cleared of information, any default values are applied, and remains open for entry of new information.+     * If the "save" process is successful, a "success" message is displayed, the form page is cleared of information,  any default values are applied, and the page remains open for entry of new information.
   * **Save** attempts to save the form information to the database.   * **Save** attempts to save the form information to the database.
-     * If the "save" process is successfulthe form page remains open for entry of additional information.+     * If the "save" process is successful a "success" message is displayed and the form page remains open for entry of additional information.
   * **Delete** attempts to remove an existing record.   * **Delete** attempts to remove an existing record.
     * The target record must be retrieved before the delete option can be used.  This can be done by linking to the form from a report or by using the Control Events functionality on primary key field of the form.     * The target record must be retrieved before the delete option can be used.  This can be done by linking to the form from a report or by using the Control Events functionality on primary key field of the form.
     * The user is asked to confirm the deletion.     * The user is asked to confirm the deletion.
 +    * If the "delete" process is successful a "success" message is displayed.
   * **Cancel** clears any information currently displayed in the form and the form remains open for entry of new information.   * **Cancel** clears any information currently displayed in the form and the form remains open for entry of new information.
     * The user is asked to confirm the cancellation if any information is found on the form.     * The user is asked to confirm the cancellation if any information is found on the form.
 +
 +==== Special Button Options ====
 +
 +Some actions of standard form buttons can be controlled using special options.  In all cases the options are accessed by clicking on the configuration (gear) icon on the desired button.
 +
 +=== Map To Enter Key ===
 +This option is found on the "Control Settings" tab when the button configuration is opened.
 +
 +{{:versago:form_buttons_1.png?600|}}
 +
 +When this option is selected, pressing the <Enter> key on a keyboard will be interpreted as having clicked the button.  This option is especially helpful when using barcode scanners that can automatically send a <CR><LF> sequence.  It then allows for "keyboard free" data entry.
 +
 +This option is only available on buttons that perform a "Save" action.
 +
 +=== Button Actions ==
 +These options are accessed by clicking the [Action] button on the "Control Settings" tab described above.
 +
 +{{ :versago:form_buttons_2.png?400 |}}
 +
 +Click on the "Action Name" as shown in the image.  This will expose the options described below.
 +
 +<WRAP center round alert 60%>
 +Only the options discussed below should be used.  Changing other options can cause the form to stop functioning when the designated button is clicked.
 +</Wrap>
 +
 +**Validate Error Message**
 +This is the text of the message displayed to the user when a error occurs during the save or delete process.  It can be changed if desired.
 +
 +**Validate Success Message**
 +This is the text of the message displayed to the user when a save or delete process is successful.  It can be changed if desired.
 +
 +**Suppress Submission Confirmation**
 +These options allow you to suppress the display of the "Validate Error Message" and/or "Validate Success Message" described above.
 +
 +  - Suppressing the success message can be helpful when using the "Map To Enter Key" option described earlier.
 +  - Caution should be used when considering suppression of error messages.  These messages generally alert the user that some required information is missing or there was some error that needs attention.
 +
 +To save your changes:
 +
 +  - Click [**Add\Update**] to save the Action Properties changes.
 +  - Click [**Save**] to save the overall button changes.
 +  - Click [**Save**] to save and close the Control Settings.
 +
 +
 +
 +
versago/standard_buttons.1564674476.txt.gz · Last modified: 2019/08/01 11:47 by runger