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.
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.