ausbob Posted July 26, 2007 Posted July 26, 2007 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
MarkWilson Posted July 26, 2007 Posted July 26, 2007 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?
ausbob Posted July 26, 2007 Author Posted July 26, 2007 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.
MarkWilson Posted July 28, 2007 Posted July 28, 2007 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:/" ; "" ) ; "¶" ; "" ) ) & """ ]
ausbob Posted July 31, 2007 Author Posted July 31, 2007 Thank you for your reply sorry I have taken so long to post I have been away the last 4 days
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now