Newbies MikeMc Posted December 2, 2003 Newbies Posted December 2, 2003 I'm writing a simple script to Find, Sort and Export data in HTML file format. The export file needs to stick with a naming convention that is a concatenation of a few of the fields in the database For example: the file name would look like this: Name_Company_Date My question is: How do I get the script to paste the string I create into the File name dialog in the "Exports Records to File" window?
BobWeaver Posted December 2, 2003 Posted December 2, 2003 Simple answer: you can't. Complicated answer: Export the data out with a default file name with no dialog, and then rename the file using the Troi File plug-in or the Send Message script step (Windows) or the Perform Applescript script step (Mac).
Recommended Posts
This topic is 8008 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