|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Datagrid Help
I am using vb as a frontend for mysql. I want to be able to doubleclick on a entry in the datagrid and open up in a new form with the information from that entry in textboxes so they can be easily edited?
I really appreciate the help. ,peter |
|
#2
|
|||
|
|||
|
Hey there peter berten are you trying to make like an edit record type form? What are you using VB6 or .NET...? I assume you are using an myODBC DSN data connection to connect to mySQL..
mySQL Connection with VB6 Description: I just put a bunch of controls on a form to play around with it and thought others might be interested in looking at it. Basically it allows you to conect to a mySQL database and ADD, EDIT, and DELETE records. The above I believe uses a MSHFlexGrid though. It is the click event you are looking for and then capture the unique record from the DataGrid. Pass it to the form you want to open and have it query the database and pull back the record Right?
__________________
George - www.ipdg3.com Helping Developers and Programmers Find Resources Forums - Contests - Tutorials - Source Code ORB - Wireless Site - Online Gear |
|
#3
|
|||
|
|||
|
Yes, yes and yes. Thanks for the URL, and is this even possible with this type of datagrid?
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Datagrid Help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|