Jump to content

naming a save file


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

Recommended Posts

  • Newbies

I have created a field in my database which designates the name I would like this file saved under. Can I make a script to save a copy of my file with the name I have created in a field? I know I can do a save and specify a specific name, however each day I do the save I want to have a different file name so my previous save is not overwritten. My "name field" is based on current date and a file desognator (IE: Reg12202006)

Link to comment
Share on other sites

Please do not double post.

As for your question, you can set a variable then use the Save as copy as script step referencing your new variable.

Set Variable $SavePath = "filewin:/c:/" & yourfield & ".fp7"

Link to comment
Share on other sites

This topic is 6308 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.