I have an InfoPath 2007 form whose data source is a Web Service that returns
a .NET DataSet. One of the DataColumns within the DataSet is populated from
a CLOB column in an Oracle database. When attempting to bind this DataColumn
to a Rich Text Box control I get the following error:
"A rich text box must be bound to a non-repeating field with a rich text
data type. If the field is part of a repeating group, then the rich text box
must be inside a repeating table or repeating section that is bound to that
group."
Any suggestions on how I can properly bind the DataColumn to a RichText Box
control?
Thank you.
PRB - 28 Jun 2007 15:50 GMT
Hi Hersh,
Were you able to bind the control in INfopath 2007 with a Dataset?If Yes, an
you provide the code becauseI have a similar requirement of binding a drop
downlist to values from the Datatable.
> I have an InfoPath 2007 form whose data source is a Web Service that returns
> a .NET DataSet. One of the DataColumns within the DataSet is populated from
[quoted text clipped - 10 lines]
>
> Thank you.