in reply to Re: Perl TK + MySQL, advanced widget
in thread Perl TK + MySQL, advanced widget
Hi, I thought my comments will be displayed here when I replay to a person,
Anyway, in case if u guys didn’t get it;
The Tk::DBI::Table works fine, and I can get the mysql table displayed perfectly, but how can I click on any of the generated rows and retrieve it’s ID, to clear up; I have cars table, and when I click on specific car, I want it to open new window to view the car pic, and I can’t do that without car ID, the Tk::DBI::Table is not clickable.
Yes I tried to work round the Tk::TableMatrix and it’s not clickable either.
Cheers,