Dataset Navigation via Single Record Form

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: d_grantham (d_grantham_at_discussions.microsoft.com)
Date: 08/13/04


Date: Fri, 13 Aug 2004 12:07:04 -0700

I have a form, (invoices) with detail (Lineitems in a datagrid). I want to
have a PREV and NEXT button that would allow me to navigate the dataset the
header is bound to. The problem I'm having is that the dataset is rebuilt
each time the PREV or NEXT buttons are clicked, resetting the row pointer in
the dataset. How can I accomplish this navigation. Don't say with a datagrid
because that is not the option I need to use.



Relevant Pages

  • Re: More DataGrid
    ... Is there any way to keep the DataGrid from allowing the user to navigate to ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb.controls)
  • More DataGrid
    ... Is there any way to keep the DataGrid from allowing the user to navigate to ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb.controls)
  • Re: More DataGrid
    ... I just want them to navigate the parent records. ... > Is there any way to keep the DataGrid from allowing the user to navigate ... > a child row? ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb.controls)
  • RE: How to return to parent record using the keyboard?
    ... you bind your datagrid to a dataset. ... are viewing a child table, you want to find a way to use KeyBoard to ... then use DataGrid.Navigate to method to navigate to your wanted table. ... The reason why we recommend posting appropriately is you will get the most ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)
  • Re: DataGrid Navigation Help with CollectionBase
    ... The DataGrid by default only looks at properties one level deep, ... nested collections will not be picked up. ... > I can't seem to navigate a custom collection effectively. ... > then it tries to apply the table style for my Products class to my Groups ...
    (microsoft.public.dotnet.framework.windowsforms.databinding)