Last updated 3 years ago
Instead, create a WHO-Method which can be called from several places.
A new row may be inserted by:
pressing F2
rMM insert
from menu
For creating a new row with every option, the code will be written into OnNew().
public override void OnNew() { base.OnNew(); NewKopf(); FocusFirstEditableField(); }