Results 1 to 3 of 3

Thread: Need help with Access Ole and RTF

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    8

    Angry

    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.

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    8

    Angry

    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
  •  



Click Here to Expand Forum to Full Width