| Index
» Projects
» phpMyEdit
» Forum
» Length limit in a query drop down |
 |
jeanno
Joined: 27 Sep 2004
Posts: 1
Posted: 2004-09-27 21:12
Back to top
Reply with quote
|
Hello,
In my Database I use a field name "error message".This field can use more than 200 characters.
- To manipulate records I use "F" ( search ) option.
$opts['options'] = 'ACDFV';
- To filter selection i use "D" ( dropdown) option.
$opts['fdd']['error_message']['select'] = 'D';
My problem:
When a query is done ( after clicking on search button) ,the row is on the same line as "query" button and as some error messages are very long,the display take a big area on my screen !
Because this area in not treated by a field option ( $opts ) , I can't limit this field with "trimlen" .
Any idea to solve this ?
Any possibility to accept a "CR" command somewhere in phpMyEdit.class.php ?
Anyway ,Thank you for your work !
|
michal
Joined: 17 Jun 2003
Posts: 537
Location: Slovakia
Posted: 2004-09-28 09:53
Back to top
Reply with quote
|
you can try trimming at 'sql' level (if such sql function exists)
|
|
Post new topic
Reply to topic
|
|
|
|