When I use the following code to navigate from the toolbar, I get an error (recordID) which is the primary key of my table is zero. Everything works fine if the table has records.
Michael
Private
SetListViewIndex(BuildTypeBO1.RecordID)
If BuildTypeBO1.Count > 0 Then SetListViewIndex(BuildTypeBO1.RecordID)End If