Home All Groups Group Topic Archive Search About

Moving through records in a dataview

Author
31 Mar 2005 1:37 PM
brix_zx2
I have a form that requires a user to select a checklist name.  The form then
brings up records containing the checklist name criteria.  I have the
dataview set up and the data binding for the text/combo boxes.  But the
dataview only brings up, what seems like one record.  Is there something I
need to do, to be able to use my next button to move to the next record
meeting the criteria?

Program:  VB .NET 2003

Author
31 Mar 2005 1:58 PM
Cor Ligthert
Brix,

Yes use the currencymanager and set in that the position using by instance
buttons.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformscurrencymanagerclasstopic.asp

I hope this helps,

Cor