DBKit 1.0b8 is now available.
You can get to it by choosing New Project > Examples > Databases > DBKit. The documentation with release notes are available here.
This version has some changes in names of classes which will require a few minutes of your time to update from beta 7. Apologies for that but it’s important to be consistent. The compiler will catch them all. Make sure you read the release notes carefully.
This version adds:
- The ability to display data from multiple tables on the same layout. The example projects have been updated to demonstrate this. When you run the example project, click the Separate button and then double-click on a row to see this.
- The ability to show the current row from a RowSet without the need for a ListBox. The example projects have been updated to demonstrate this. When you run the example, click the Row Only button to see an example of this.
- New First, Previous, Next and Last buttons for navigation. No code needed.
- A new Navigation button that provides First, Previous, Next and Last controls on in a single segmented button. Again, no code required.
If you find any issues with it, please report them the usual way.