Hi Jakub, > I have just reported a bug, I think it's in sun native mysql connector > than openoffice.org base. > > I use sun mysql native connetcor to connect my openoffice.org base to > mysql server. > When I use forms to enter or view data, textboxes without text length > limit (means in for design value set to 0), text in these textboxes is > limited to some characters.
"0" means that the form control will obtain the actual text limit from the column which it is bound to. "unlimited" would be indicated by "-1". > The limit is different in different textboxe fields, but it's not > different than field length limit set in mysql database. The question here is: Is the limit in the form control equal to the length of the underlying database field? That is, if you have a table column of, say, type VARCHAR(50), is the text control input length limited to 50 then, or to something else? 50 would be the correct and expected value (it's a feature, not a bug), everything else would be unexpected and a bug. > https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/502885 > > I hope I reported it in the right place. Not necessarily, this is for the Ubuntu version of OpenOffice.org, which is a derivate of "vanilla" OpenOffice.org. So, strictly, the issue would belong into IssueZilla: http://qa.openoffice.org/issue_handling/pre_submission.html. Ciao Frank -- - Frank Schönheit, Software Engineer [email protected] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
