This one was reported during an earlier beta.

The DisplaySelectMenu will not work properly on an edit form unless the DisplayOptionValue is the same length as the table column width vaule. You have to manually expand the options by hand to match the field length. In the case below, the salutation field is 10 characters.

I believe we added a Trim() function to the returned value in the DisplaySelectMenu tag.


<cf_DisplaySelectMenu column="Salutation" label="Salutation" required="Yes">
        <cf_DisplayOption value="Mr.       " displayText="Mr.">
        <cf_DisplayOption value="Ms.       " displayText="Ms.">
        <cf_DisplayOption value="Captain   " displayText="Captain">
</cf_DisplaySelectMenu>

Jeff


Reply via email to