Eric Smith wrote:
Quote:
Is it possible to export the records using a field as the file name?
I am using FM6 on WinXP. |
Yes, you can do what you want, but you need to be able to use basic DOS
commands for Windows or Apple Script for Mac. What you want to do is
then very easy.
Set up your script to export to a standard file, e.g. temp.txt, then
using the send message script step in Windows, ren (rename) the
temp.txt file to the value of your field. You can create a calculating
field containing the whole DOS command, then use the Field option in
the send message.
Rigsby