Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2023
    Posts
    2

    Question Ole container (bound object frame) is not to be edited ...

    Hello everyone !

    I tryed to use a bound object frame in order to show and to edit in it a word document.


    I tryed to research /apply /change suitable properties of this component OLE-Container (bound object frame).
    The frame is loading from a file:

    With OLE1

    .OLETypeAllowed = acOLEEmbedded
    .SourceDoc = Path
    .OleCreateEmbed
    .Action = acOLECreateEmbed
    .SizeMode = acOLESizeZoom

    End With

    (And here a code, with which the document is saving )
    (By default, OLE1.DisplayType = acOLEDisplayContent
    OLE1.AutoActivate = acOLEActivateManual)

    By double-clicking I want to activate the OLE 1:

    OLE1.Verb = acOLEVerbShow
    OLE1.Activate = acOLEActivate

    But the Word Application is opening automatically and the content (a word document) by it is showing.

    Can the content be edited directly in the OLE1 (Bound object frame) ? Like it is possible for example with IDE Delphi tool "OLE Container".
    I tryed to find a way but I failed
    Many thanks for an answer.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    AFAIK, file must be opened in its native app to be modified.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Join Date
    Oct 2023
    Posts
    2
    hi, thanks, it is impossible to edit in the frame for Word-docs.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Bound Object Frame default
    By Kalmed2018 in forum Access
    Replies: 4
    Last Post: 11-19-2018, 10:23 PM
  2. Unbound Object Frame Shrinks Data When Edited
    By Squirrel1804 in forum Access
    Replies: 6
    Last Post: 11-05-2015, 05:53 PM
  3. Replies: 19
    Last Post: 10-21-2015, 10:37 PM
  4. Bound Object Frame
    By bigguy in forum Forms
    Replies: 4
    Last Post: 04-15-2015, 03:14 PM
  5. Replies: 1
    Last Post: 08-05-2010, 12:11 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums