April 20, 2024, 05:46:29 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Access - Store RichEdit in Memo

Started by billhsln, November 16, 2014, 09:50:29 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

billhsln

November 16, 2014, 09:50:29 AM Last Edit: November 16, 2014, 10:04:23 AM by billhsln
Is it possible to store a RichEdit in a Memo field of an Access Database and how?  And if it is possible, does it save all the formatting?

Thanks,
Bill
When all else fails, get a bigger hammer.

LarryMc


you can use RTLOAD and RTSAVE to load/save the contents of an RE control to a string variable in rtf format.
I would think that you could then load/save that string to a memo field.
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

billhsln

Thanks Larry, will see how that works and give it a try.

Bill
When all else fails, get a bigger hammer.