Results 1 to 5 of 5

Thread: Display a drawing on a MS Access Form

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2005
    Posts
    208

    Display a drawing on a MS Access Form

    Hi there i would like to display a drawing (test.dwg) on my form in a
    vb code. The form has an Bound Object Frame - OLE1 area. AT the moment i'm getting only the icon and file name displayed in the OLE1. When i click on the icon then it opens up the the diagram in SmartSketch which i don't want. So
    when i press an button it should display the diagram itself (not
    the link) inside the Bound Object Frame and be able to zoom in and out and edit. I'm using those lines below. Thank you


    [OLE1].Class = "SmartSketch.Document"
    [OLE1].OLETypeAllowed = acOLEEmbedded
    [OLE1].SourceDoc = [File_Name]
    [OLE1].Action = acOLECreateEmbed
    [OLE1].Verb = 1
    Last edited by Prav; Jan 23rd, 2006 at 07:12 PM.

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