iwf_exi_edt

Finishes mask-edit state for the active mask and executes the action passed.


Parameters:

Action

The action to be executes must regard the mode of mask-edit state, which has to be finished:

S = Store
Stores the record in the database (end of update- and insert mode). When used in edit menus the selection text Store is recommended.

F = Fetch
Executes a query in the database and fills the mask with the records that fulfill the search criteria entered in the search line (end of query-mode). When used in edit menus the selection text Fetch is recommended.

Q = Quit
Finishes mask-edit state without executing any action (end for all modes). Any changes to field entries are lost. When used in edit menus the selection text Quit is recommended.


Usage as:

On_Select userexit in edit menus/button-areas or On_Event userexit in mask-edit state.


Explanation:

Using this userexits individually created edit-menus/edit-button-areas can use the final functions required for DataView standard functions (e.g. edit, search,...).