Hi Geoff
Could you explain the related tables concept in a little more detail or link to an example project for DBKit Web 1.06b?
Say you have a Single Page concept but with 2 list boxes for Customers and Invoices, and 2 search fields to filter those results and a set of Customer textfields, all on one page. You recommended 2 DBKit connectors CustomersConnector and InvoicesConnector. The CustomerConnector uses Me.BindControls(Self) to display all the controls on the screen. Do we need to bind the related results to the Invoices listbox using BindListBoxControl or leave it bound to the wrong Connector? Is there an easier way to bind the controls on the page to two different Connectors?
How do we use the LoadingRow event in the CustomersConnector, I assume using the Event handler and Event Definition? Doesn’t seem to work for me. But SelectionChanged seems to work to fetch the related Invoices via the id at me.RowTagAt(me.SelectedRowIndex). Perhaps this not the best way to do it because there are some error messages editing Customers.
Sorry, I’m not quite connecting the dots. Forgive my ignorance.