Search results for query: *

  1. B

    Dataset Navigation - on primary key

    Result! Sorted...but not ideal, performance is slow when navigating deeper into the dataset, function as follows (companyID is passed as listbox index which is CompanyID): Dim count AsInteger = 0 Me.BindingContext(objdsCompanyInfo, "Company").Position = 0 'set to start of dataset While (Not...
  2. B

    Dataset Navigation - on primary key

    Ooops, OLEDB datasets/connections accessing an Access database, purely used for offline storage ie no relations etc within access. BoB ...just tried the following and cannot understand why it is not working...any ideas? companyID is the passed value form the listbox, CompanyID is the Company...
  3. B

    Dataset Navigation - on primary key

    I have been pulling my hair out over this and would appreciate any help!! I have a relational dataset (objdsCompanies) that is displayed and bound on tabpage1. I apply a search on a different tabpage; this creates a second dataset (dsSearch) that holds CompanyName and CompanyID and populates a...
Back
Top