HTML Importer and DBRichViewEdit
Posted: Wed Sep 27, 2006 2:31 pm
Hi there.
I am trying to use the DBRichViewEdit to convert HTML documents to RTF documents, and am using the HTML Importer to do that.
I have a small problem though.
- I connect the DBRichViewEdit to the database field and put the underlying dataset in edit mode.
- I run the LoadHtml(MyString), and Format, and everything looks fine in DBRichViewEdit.
- When I issue a Post command to the underlying dataset, I get a NULL value in the database.
When I do the same, but also insert a character from the keyboard, and then Post, everything works just fine.
How can poste the imported HTML document without having to manually insert a character?
DevDude2006
I am trying to use the DBRichViewEdit to convert HTML documents to RTF documents, and am using the HTML Importer to do that.
I have a small problem though.
- I connect the DBRichViewEdit to the database field and put the underlying dataset in edit mode.
- I run the LoadHtml(MyString), and Format, and everything looks fine in DBRichViewEdit.
- When I issue a Post command to the underlying dataset, I get a NULL value in the database.
When I do the same, but also insert a character from the keyboard, and then Post, everything works just fine.
How can poste the imported HTML document without having to manually insert a character?
DevDude2006