grumbachr Posted August 24, 2007 Posted August 24, 2007 I'm trying to insert a picture into a container (which works) at the same time grab its path and store it in another field. here is my script it works for inserting the picture but only inserts the path to the filemaker db file. Go to Field [table::container_field] Insert Picture [Reference] set Variable [$$Location; Value:Get (FilePath)] Insert Calculated Results [select; table:text_field; $$Location] Any advice is greatly appreciated.
AudioFreak Posted August 24, 2007 Posted August 24, 2007 Make a Calculated field and use GetAsText(container_field) Michael
Raybaudi Posted August 24, 2007 Posted August 24, 2007 Go to Field [table::container_field] Insert Picture [Reference] Set Field [table::text_field ; GetValue ( table::container_field ; 3 ) ]
grumbachr Posted August 24, 2007 Author Posted August 24, 2007 now how can i stripe off the beginning of the path. all files will be stored on a server so i don't need the "imagemac" and whatever the equivalent will be on the PC.
Recommended Posts
This topic is 6302 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