L
Laura Stern
Guest
OK. So I think you're all set, right? And yes - you cannot compare working with an ABL browse to using a .NET control with a BindingSource. Two entirely different animals! Just as an aside: If you are not using a hierarchical grid view - i.e., wanting to see records from more than one table, like customers and their orders - it is much more efficient to not bind the BindingSource to the DataSet (which I assume you are doing) but instead to bind the BindingSource to the TOP-NAV-QUERY of the DataSet.
Continue reading...
Continue reading...