Autoactivate an unbound object on a form

DataMinerHome

Registered User.
Local time
Yesterday, 23:21
Joined
Jan 4, 2010
Messages
57
I have a form with an unbound object frame that contains a link to a jpg file. The object's properties are set to:
source doc= {the jpg file}
ole type=linked
display type=icon
auto activate=double click

So, i thought that when I double-clicked on the icon in the form, the jpg file would open. However, nothing happens. I've tried all three settings for auto activate, with no results.

So... how do I get the file to open???

Thanks!
 
Have you tried setting it as an hyperlink and use the FollowHyperLink method.
 
Oh, I just figured it out. For some reason, the bound object default setting is enabled=no, locked=yes. ONce I changed this it works fine.
 

Users who are viewing this thread

Back
Top Bottom