Rosie Posted May 16, 2006 Posted May 16, 2006 Hi I'm scripting an export for a system where several users will all be exporting their files to a central system. Rather than setting up all the databases individually, I want the script to say - export to a file and call it "Parish acronym" (field) plus "xmlexport" (real text). i.e. when all the files reach the other end they will be tagged with their own acronym. Is there a way to do that and still have the export run automatically with no dialog box? Rosie.
John Mark Osborne Posted May 16, 2006 Posted May 16, 2006 Upgrade to FileMaker 8 and you can export to a user specified file name using script variables.
Wim Decorte Posted May 18, 2006 Posted May 18, 2006 If they're all saving in the same location then this won't work, but if you have them export to their own hard disk first (with the name hard coded in the FM script) then you can fire of a Send Message script step to rename the export to the name you specify (based on field data) and then move the file to the network share. All with command lines through Send Message. Or use a file plugin.
Rosie Posted June 23, 2006 Author Posted June 23, 2006 Sorry to have only just come back to this but many thanks for the replies. Looks like this would be just one reason for upgrading though! Thanks, Rosie.
Recommended Posts
This topic is 6728 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