Bignoel wrote:
Quote:
Hi Yall,
Have FMP7 and love it.
Trying to export a series of files that contain email addresses in lots
of 100. I've created a double loop script that counts to 100 and then
trips a lap counter.
Trouble is I can't get it to export the 100 into a file which is one of
a series eg Emails_01, Emails_02 etc. The export feature seems to like
either a dedicated file or it prompts you for a file name.
Any ideas on how to get the series on 100's exported into descrete files?
Noil |
On Apple or PC?
On Apple I think you'd have to:
- always export to the same file
- run an Applescript to rename the file
- if your Applescript is up to it, the cleverness can be in the script
- or, cowards option, the applescript is a calculation field in
filemaker, so you calculate the filename for whatever iteration you are on
Sorry I can't be more specific, my Applescript is toooooo rusty to risk
passing any code on to you.
On PC?
Sorry, don't know.
Good luck
Luke