Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~194 People Reached
Favorite Forums
Favorite Tags
Member Avatar for cynical

Hi! I'm using VS 2003 and MS Access. I have this Form1 that displays Record details on textboxes (they are databinded).. The records are retrieved from MS Access using the code: [CODE] Public Sub loadFund() '[Load Items] Dim selectAllSQL as string = "SELECT * FROM Table1" Dim selectAllCMD As OleDbCommand …

Member Avatar for Jx_Man
0
159
Member Avatar for cynical

I am using VS 2003.. I want to select a row programatically, like the datagrid arrow would point and scroll to the selected or highlighted row.. I tried grdBrowse.select(i) but it only highlights and doesnt scroll down. so far here's what I have: [CODE] Dim _id As Integer Dim i …

0
35