hafnerd Posted August 22, 2003 Posted August 22, 2003 I'm wondering if there is a script already made to export to a flat-file. i need to export a number of fields from filemaker to tab separated file. i've done this a few times, but sometimes i create my own errors. i figure scripting the export would cut down on human error. any suggestions? or should i use applescript. using 5.5 FMKRPRO
Lee Smith Posted August 22, 2003 Posted August 22, 2003 Hi Half Nerd, The basics is to: Perform the export the way you want it done manually, and then create a script with the Export Script Step in it. Next time all you have to do is to run your script, and it will perform it just the same. p.s., if you make a mistake, or want to change something, all you have to do is do the export manually again, and then select the script in ScriptMaker click on edit, then Okay. This will produce a dialog box with the choice to Keep or Replace the step involved, Replace the one that you want to change and then click Done. Let us know if you need clarification on any of, especially the problems that arise when change a part of the script. Lee
hafnerd Posted August 23, 2003 Author Posted August 23, 2003 wow. thank you for the quick reply. i guess it is the creating part that i'm a bit anxious about doing. i would do this in filemaker script or applescript? >Perform the export the way you want it done manually, and then create a script with the Export Script Step in it.<
Lee Smith Posted August 23, 2003 Posted August 23, 2003 After you have done the manual export, this is then a job for ScriptMaker. your script should have something like: Go to Layout [
hafnerd Posted August 31, 2003 Author Posted August 31, 2003 thank you. it did the trick. you are very kind.
Recommended Posts
This topic is 7758 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