December 2, 200322 yr Newbies 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?
December 2, 200322 yr 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).
Create an account or sign in to comment