Connecting Tech Pros Worldwide Forums | Help | Site Map

Moving through records in a dataview

brix_zx2
Guest
 
Posts: n/a
#1: Nov 21 '05
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

Cor Ligthert
Guest
 
Posts: n/a
#2: Nov 21 '05

re: Moving through records in a dataview


Brix,

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

http://msdn.microsoft.com/library/de...classtopic.asp

I hope this helps,

Cor


Closed Thread