Online Premium Trading Posted April 18, 2011 Posted April 18, 2011 Greetings; I have a field called "Image location" which for example will hold and address like "http://www.domain.com/images/image.jpg". I also have field which is a container called "Image" which i want to display the image that is located from "Image location". Any Ideas ?
efen Posted April 18, 2011 Posted April 18, 2011 Script the import of the image into the "Image" field as a reference and also set the file path into the "Image location" field
Online Premium Trading Posted April 18, 2011 Author Posted April 18, 2011 Script the import of the image into the "Image" field as a reference and also set the file path into the "Image location" field Greetings; I have tried to set the path as listed below, however i am getting an error... Set Variable [$Path; Value: "imagewin://DOTF/Delights of the Flesh/Images/" & Product Catalog::Image_location3] Go to Field [Product Catalog::Image] Insert Picture [Reference; "$Path"] The File "productsmain.large.100011029.pd29-13-00.jpg" could not be found and is required to complete this operation. The actual link i am trying to get it to import is more like; http://www.**********.com.au/dbimages/productsmain.large.100011029.PD2913-00.jpg
comment Posted April 20, 2011 Posted April 20, 2011 I have a field called "Image location" which for example will hold and address like "http://www.domain.com/images/image.jpg". I also have field which is a container called "Image" which i want to display the image that is located from "Image location". A container field cannot display an image stored on the web. Use the web viewer instead.
Genelia Posted April 20, 2011 Posted April 20, 2011 put web viewer on filemaker layout.Give them object name and set URL of Image where it is located. hide it behind of Container field and put button "insert image/file" then fire a script which will like as 1. go to Object[Object name;"web](web is the object name here.) 2 copy[select] 3 Paste[select;table_name:container field name] A container field cannot display an image stored on the web. Use the web viewer instead. put web viewer on filemaker layout.Give them object name and set URL of Image where it is located. hide it behind of Container field and put button "insert image/file" then fire a script which will like as 1. go to Object[Object name;"web](web is the object name here.) 2 copy[select] 3 Paste[select;table_name:container field name]
comment Posted April 20, 2011 Posted April 20, 2011 Why not simply let the web viewer display the image?
Raybaudi Posted April 20, 2011 Posted April 20, 2011 1. go to Object[Object name;"web](web is the object name here.) 2 copy[select] 3 Paste[select;table_name:container field name] ... and that may work on a Mac, but doesn't work on Win.
Online Premium Trading Posted April 21, 2011 Author Posted April 21, 2011 ... and that may work on a Mac, but doesn't work on Win. Just noticed that..... Is there a way to get "Web" to resize an image, the webviewer is bringing up the image, but it is bigger then the size (178 x 220).
Recommended Posts
This topic is 4967 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