Project

General

Profile

During development and later after the go-live, it is always handy to have immediate access to all data fields of a specific record, as the forms usually show only a subset of a record. That way you can inspect and change every field in a second, without switching to a database manager and seeking the record there, or switching to Servoy to the data tab of the table editor.
In Visual FoxPro there was the EDIT command which did this. This is an improved version of that command, as it automatically groups the different field types like UUID, Int, Date and Char.
My thanks to Satya, who did the complete coding, I just contributed the idea.