I wrote a Webservice for SQL database, and use that Webservice as the datasoure of an InfoPath sheet.
There are some NVChar fields in SQL database tables, I want map those NVChar fields to Richtext box controllers. But I found all TYPE of those NVChar field are "string" in Infopath, I can not change the type becasue "Data Type" choose field in properity dialog is gray.
I can manually extract the schema file from XSN file and change "string" type to "XHTML" type that Richtext Box need, But I don't think it's a clever solution.
Appreciations for your reply!