I have 2 different rules & I can't get either one to work correctly. I
have a document I am trying to output with slipsheets every 25 sheets &
that part works ok, but I am trying to pull a quantity out of a database &
put it on the slipsheet . one rule puts a 1 for a quantity and 1 puts a
{GetRecordValue} for a quantity...that is the rule name.
Also what is the difference between new ExternalDataFile & new
ExternalDataFileEx?
Prints {GetRecordValue} that is the rule name s/b 25
var MyXDF = new ExternalDataFile("output test.txt", "\t");
var RecNum = MyXDF.FindRecord("samples", Field("samples"));
return MyXDF.GetFieldValue(RecNum, "samples");
Prints a 1 for the quantity s/b 25
var MyXDF = new ExternalDataFile("output test.txt", "\t");
var RecNum = MyXDF.FindRecord(Field("samples"));
return MyXDF.GetFieldValue(Field("samples"));
--
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
--