If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Visual Basic > connecting datagrid to textbox

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-06-11, 06:08
hardeumesh123 hardeumesh123 is offline
Registered User
 
Join Date: Jul 2011
Posts: 2
Thumbs down connecting datagrid to textbox

I program in VB 6 and use Adodc. What I want to do is select a Row in the DataGrid and have that record fall into textboxes in another form so it can be edited. Any suggestions?
Reply With Quote
  #2 (permalink)  
Old 07-22-11, 09:42
Shayan Shayan is offline
Registered User
 
Join Date: Jul 2011
Location: Bandar Abbas - Iran
Posts: 9
That's the way : something like that

OhterForm.Text1.Text = ThisForm.Datagird1.Columns(1).Value
Reply With Quote
Reply

Tags
connect datagrid, datagrid to text box, vb6

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On