|
-
Aug 22nd, 2000, 03:32 PM
#1
Thread Starter
New Member
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.
-
Aug 22nd, 2000, 03:36 PM
#2
Monday Morning Lunatic
Try using RTFControl.SaveRTF
I think that sorts objects out.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 23rd, 2000, 10:41 PM
#3
Thread Starter
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|