i have text- & comboboxes displaying char(255) data from SQL Server database.
if i input value with length 50 chars and press "Save", 205 blanc spaces are added (255 minus trimmed value's length) at the end.

how to enable text- and comboboxes to show trimmed values (w/out editing records)?