Posted on 2005-02-16 12:04:18-08 by tonydonker
Use of initialized value in ... (Tk::DBI::Table)
Hi!

When clicking on the first column (id) of my DBI-table I receive the following message:

"Use of initialized value in string eq at ../Table.pm line 294"

The source is:

$tkdbi = $view->DBITable( -sql => $sql_query, -dbh => $dbh, -display_id => 1, )->pack(expand => 0, -fill => 'both');

It only occurs when clicking (=sorting) on the first column.

Any ideas? - Thanks,

Ton
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.