Hi all,
I have an InfoPath 2010 form with rich text field, which contains
- formatted text, such as bullet point or numberings
- formatted tables
- Charts and graphs
- images, such as a screenshot of a spreadsheet...etc
All these in a rich text control field. Question: Is there a way to capture all these values without losing the formatting and layout of the content of the RTF field value, then
- serialize it (if that's the correct word to use) and write to a field in SQL Server (2012) table.
- Since a RTF in InfoPath 2010 is XHTML, what field type would best suit this kind of content on SQL Server? BLOB type?
Thanks in advance,
G.