Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Wednesday, April 29, 2026
About Us
Magazine
Open Source
CVS
Services
Index  »  Projects  »  phpMyEdit  »  Forum  »  Length limit in a query drop down

phpMyEdit General     Length limit in a query drop down
Post new topic   Reply to topic    
 
jeanno     Joined: 27 Sep 2004   Posts: 1  
Post 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
Post 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    

Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top · Feedback form · Application form
Report bug on PLATON.SK website · Terms of use · Privacy policy