how would you do this on Mac side
Yes - you can write custom text files directly from the FusionPro
composition process. All it takes is a tiny bit of JavaScript.
Place this in your JS Globals (feel free to change the text file output
path or use variables to define the text file):
var of = new File("c:\\temp\\myLog.txt");
And then place this in OnRecordStart:
of.open();
of.write ("record " + CurrentRecordNumber() + " was composed");
of.write ("\r\n");
of.close();
--
Users of FusionPro Desktop have unlimited free email support. Contact Printable
Support at [EMAIL PROTECTED]
--
View FusionPro Knowledge Base, FusionPro Samples at
www.printable.com/vdp/desktop.htm
--
You are currently subscribed to fusionpro as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
--
--
Note: All e-mail sent to or from this address will be received or otherwise
recorded by the e-mail recipients of this forum. It is subject to archival,
monitoring or review by, and/or disclosure to someone other than the recipient.
Our privacy policy is posted on www.printplanet.com
--