Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nbhatti
  • Order by date
  1. nbhatti

    dbase III file connection

    i achive by the following code ano dsn is required ' Imports System.Data.Odbc Public Class Form5 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim cnN As New Odbc.OdbcConnection Dim cmdN As New Odbc.OdbcCommand...
  2. nbhatti

    dbase III file connection

    i have some dbase III file. i want to develop data transfer routine. but unable to connect dbase .dbf file. plz help to connect the .dbf file.
  3. nbhatti

    vb.net how to navigate column wise in DataGridView

    is there any default convention to move the cursor in grid. like we can change in excel. we can't change it to column wise, rather then row wise
  4. nbhatti

    vb.net how to navigate column wise in DataGridView

    m using DataGridView for data entering. i want to shift on next cell on clicking on enter key. by default it is shifting to next row in same column. but i want to shift on next column, and if the focus on last column then it should focus on next column's first cell

Part and Inventory Search

Back
Top