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

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

Recommended Posts

  • Newbies
Posted

Hey,

Im working on a database that will help teachers grade. Its basically a rubric that allows you to pick from the rubric options and then spits out a total score and a summary.

I have my layout ready to go, and I can save ALL my records in one PDF, but I need to be able to save each record as a uniquely named PDF.

I know I need a script for this but I have no idea where to begin, or how it should look. Any body have some pointers/ideas/help?

Posted

How about a script as such:

Loop

Set Variable [ $path; "filewin:/C:/YourFile" & Get ( RecordNumber ) & ".pdf" ]

Save REcords as PDF [ $path; Current Record ]

Get to Record [ Next; Exit After Last ]

End Loop

  • Newbies
Posted

Thanks!

This worked great. I also added a Confirmation at the beginning, and a results box that gives you a count of how many were exported.

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