|
-
Apr 20th, 2003, 10:04 PM
#1
Thread Starter
Hyperactive Member
DataGrid
I put this code to the load Procedure of the form.
'Loading Records
OleDbDataAdapter1.Fill(DataSet11, "Employee")
DataGrid1.DataSource = DataSet11.Employee
But everytime i use;
'Move Next
Me.BindingContext(DataSet11, "Employee").Position += 1
DataGrid still display the first record. What's wrong with this code?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|