Totes Posted December 19, 2008 Posted December 19, 2008 (edited) Hi, Is it possible to export a file as the (or with the name) of a field content? If the field content was: Hotwheels the file would be exported as Hotwheels.fp7...and if the field content was Matchbox the file exported would be Matchbox.fp7. I currently export the files to my desktop to be moved later but I can't figure out how to rename based on the field content. Thanks, Jim Edited December 19, 2008 by Guest
IdealData Posted December 19, 2008 Posted December 19, 2008 When you specify the file name in the Export script step you may use $variable as a parameter - this will be how you generate your file name. Your script needs a Set Variable as follows: $filename = Get ( DesktopPath ) & FIELD & ".fp7" Then your Export script step must use $filename as the parameter. Don't forget to make sure you are exporting as a FileMaker file
Totes Posted December 19, 2008 Author Posted December 19, 2008 Thanks, I thought it had something to do with the variable, but I just did not understand them enough to put it together. Thanks again, Jim
Recommended Posts
This topic is 6168 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