PDA

Click to See Complete Forum and Search --> : Need help with Access Ole and RTF


sacanale
Aug 22nd, 2000, 03:32 PM
This seems like it should be simple....but I'm stumped

I have an Access DB with a Memo field and an OLE Object field (among other fields). My VB6 app allows users to add, edit, and view the Memo fields from an RTF control and allows the same options for the OLE Object from within an OLE control.

Users can select any of these Memos and objects from a treeview and the app will create an external .rtf file that combines all(using "open RTFname for Output" and "Print #" statements).

I want to include the OLE objects (either linked or embeded)in the external RTF file. Problem is, nothing I do seems to work.

Any ideas??? Any help will be greatly appreciated.

parksie
Aug 22nd, 2000, 03:36 PM
Try using RTFControl.SaveRTF

I think that sorts objects out.

sacanale
Aug 23rd, 2000, 10:41 PM
Thanks for responding.

My problem is that I can't figure how to get the object into the Rich Text Box. I seem to get it in using OleObjects.Add but the data is not in a usable format.