- Added TableConnection.CurrentRow which will return a RowSet containing the currentRow.
- Fixed a bug that caused a NilObjectException in the Desktop version when deleting a row when no QueryRowsListBox was present.
- Fixed a bug that would cause the New button in a DBKit.Toolbar to be initially disabled.
- Fixed a bug that would cause the Undo button to continue to be enabled after the user edits a row and then uses a navigation button to move to another row, losing any changes they had made.
- When adding a new row when a QueryRowsListBox is present, the new row appears in the list and becomes the selected row.
3 Likes