Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Another BoundFrameObject Question

Status
Not open for further replies.

rostulya

Technical User
Jan 7, 2004
15
0
0
US
Here's the code fragment that i'm using:
myPath = FileD.SelectedItems(1)
Form_Samples.olePhoto_OLETypeAllowed = acOLELinked
Form_Samples.olePhoto.SourceDoc = myPath
Form_Samples.olePhoto.Action = acOLECreateLink

Works like a charm, BUT, after picture is added to the form, it opens MS Paint, giving you ability to edit the picture.
How do I prevent that from happening?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top