justdippin Posted March 27, 2006 Posted March 27, 2006 Hi all, i want to export my fm database to pdf. But i want the name of the file to be similier to the chosen record that's getting exported. Can this be done in Fm or can't the name be variable? thx in advance for ur help
Matt Klein Posted March 27, 2006 Posted March 27, 2006 When scripting the saving of records as PDF you can specify the output file as a script variable. So before the Save Record As PDF step put a Set Variable step and set that variable, $path in this example, to the path of the PDF including the name. For example, "filewin:/C:/" & name_Record Then type "$path" into the Specify Output File dialog box in the Save Record As PDF step.
justdippin Posted March 29, 2006 Author Posted March 29, 2006 thx a lot, with your help I have this working now
Matt Klein Posted March 29, 2006 Posted March 29, 2006 My pleasure. I have been helped several times by other posters so I try to give back when I can.
Recommended Posts
This topic is 6814 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