Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

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.

Posted

Go to Field [table::container_field]

Insert Picture [Reference]

Set Field [table::text_field ; GetValue ( table::container_field ; 3 ) ]

Posted

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.

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 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.