The primary dataprovider valuelist is not a custom valuelist but a database
defined valuelist.
The dependent dataprovider textbox show a blank when first displayed as when
the form is first displayed or after a AddNew or Edit record command has been completed.
Clicking on the Next button in the custom controller will cause the field to display after
two or three clicks. Clicking on the Previous button back to the first or second record
will now display the contents of the field. If two fields are set to the same dependent
dataprovider, the same custom valuelist with the only difference being the dataType
(text box versus combobox) then the combobox will track the record changes perfectly
while the textbox will not. The editable field is unchecked in both cases. This is contrary
to the behavior expected by the example CRM solution. I would not bother to cover
the comboboxes with the textboxes but the comboboxes turn grey when disabled making
their contents hard to read. Thank you in advance for your assistance.