The binding is incorrect if you left it as whatever the conversion does.
My preferred method is to bind them to TransView.YourField and update the BAQ Options to use the TransView.YourField binding.
The fields will be read only if you don’t initialize them. To do so, create an event that fires after FormLoad and use a row-update widget to set each field to ""
(or its equivalent empty value).