Question to DataLink

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Question to DataLink

Post by Zero-G. » Wed 04 Jun 2008 12:08

Hey
I use your latest version of 4.7 with VB.NET 2008

I have a thirdparty Grid bound to a DataAdapter with hierachial structure.
So, the DataLink's DataSource is set equal to the DataSource of the Grid.
When the user clicks a row in the Grid, the TextBoxes (to which the DataLink is set) is filled correctly.
But, I look for a solution, when the user clicks on the header of the grid, then the TextBoxes should have no entries.
I tried to set DataLink.Position = -1, but there is still the first article from list filled to the textbox.
Hope you understand my problem and can give me a solution.

THX

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Thu 05 Jun 2008 07:42

Please send me (alexeyman*crlab*com) a small test project to reproduce the problem.
It is desirable to use 'test' schema objects, otherwise include the
definition of your own database objects.
If it is impossible for you to create the test project, send us a piece of
your code where the error occurs.

Post Reply