Binding a DataSet's DataColumn to a Rich Text Box control (2)

H

Hersh

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.
 
P

PRB

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top