I am using a AxMSFlexGrid to display information which is working ok
what i want to do is that When the user selects/clicks on an item/row in the DG I want it to populate textboxes with the values in the row. how would i go about doing so?
Excuse for English.
My code:
'''''''''''''''''''''''''''''''''''''''''''''''''''''' '
Dim strConn As String
Dim strSQL As String
strConn = " Provider=Microsoft. Jet. OLEDB.4.0; Data Source=E:\Klient __.mdb "
dinamicDB = New OleDb. OleDbConnection (strConn)
DBAdapter = New OleDb. OleDbDataAdapter...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.