Hello everyone!
A table view with the ability to edit records is now available in the Desktop version.
You can download Memento Database Desktop 1.9.5 beta from the following URLs:
You will be interested if you are using scripts:
A new event type for the triggers has been added to execute scripts after changing fields in a table - "Updating a field". In addition, this event is executed after change a field directly from the list of entries.
The global function field() allows receiving the edited field. This function returns a Field object, that has the next properties:
field().title - The name of the edited field.
field().value - Get the value of the edited field.
Also, It is possible to change the value of the edited field:
field().value = 'newValue'
Hope you find this new feature useful.
Best regards, Vasily Egorov