1
Answer

C# & Access Memo fields - RTF

bjulien

bjulien

21y
4k
1
Having considerable problems in storing and retreiving data from an Access memo field into a windows form richtext control. I lose the formatiing. Have seached the web for a simple answer and so far haven't fount anything. Anyone have any insight to this problem? All help appreciated.
Answers (1)
0
c_wiley

c_wiley

NA 57 0 21y
Not sure exactly how to do it from Access, but I read the contents of a file in to a Stream, and load it in to my control using txtScript.LoadFile(FileStream, RichTextBoxStreamType.RichText) Hope this helps, Craig