Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6368 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm not sure if I am in the right forum however I am trying to open an image file in its own program through a filemaker script. Is this possible

Posted

What is the image program/file path?

Is the image in a container field or is it a reference to an image file?

Does the image file have any reference to FileMaker?

Posted

The image is in a container field linked via imagewin:c:/images/filename. I dont really understand what you mean by "the image has any reference to filemaker, but my guess to this would be no.

Posted

You can use something similar to...

Open URL[No dialogue; Trim( Substitute( Substitute( MiddleValues ( Image::Image_c ; ValueCount( Image::Image_c ) ; 1 ) ; "imagewin:/" ; "" ) ; "¶" ; "" ) )]

or something similar to...

Send Event["aevt"; "odoc";

""" & "C:/Program Files/QuickTime/PictureViewer.exe" & "" "" & Trim( Substitute( Substitute( MiddleValues ( Image::Image_c ; ValueCount( Image::Image_c ) ; 1 ) ; "imagewin:/" ; "" ) ; "¶" ; "" ) ) & """ ]

This topic is 6368 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.