Kexi/Handbook/Building Simple Databases/Designing Forms/Actions
Actions
An Action is a single activity isolated in the application, available for the user to execute. It can also be executed automatically as a reaction for a given event (e.g. after opening a form).
Assigning actions to form buttons
Many actions can be assigned to form button. The assigned action is executed after button is clicked.
To assign action:
- Switch to form's Design View if you have not done yet.
- Select the existing button widget by clicking on it or put a new button widget onto the form. If you inserted a new button, enter its title and press Enter key.
- Click the button widget with the right mouse button to display the context menu.
- From the context menu select command.
- An Assigning Action to Command Button dialog window will appear presenting a list of available actions. One of the actions is selected if the widget already has action assigned. Otherwise the Action type drop down list has the type item selected.
- From the Action type drop down list select item. Available application-wide actions will be listed.
- Select one of the actions on the list (e.g. ).
- Click the Enter key to accept your selection. button or press the
After switching to the form's data view you can try whether the action works. For example, if you assigned Ctrl+Delete) menu command (depending on your settings you may be asked to confirm the removal).
action, clicking the button, the current database row will be deleted, similarly to executing (