Mark,
Try this against one of your previous runs to see if it works out. I sort of
modified and shrunk the existing "2 0f 5 Barcode" rule in FusionPro.
// "1"... returns start and stop characters
// "0"... no start and stop characters
fparens="1";
final_data = "";
barString = Field("prodNum") + Field("serialNum") + Int(Field("serialNum")%7);
final_data = '<span><f name="IDAutomationI25L">' + "Ë" + barString + "Ì" +
"</span>";
if (fparens == 0) {
final_data = ReplaceSubstring(final_data, "Ë", "");
final_data = ReplaceSubstring(final_data, "Ì", "");
return final_data;
}
else {
return final_data;
}
Put this in a text rule and remember to turn on return as tagged-text.
Good Luck.
---
David A. Sweet
Web Designer/Graphic Designer
HKM Direct Market Communications
A DirectConnectGroup Company
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Calling all FP Web Users!
Do you have a question or lots of knowledge to share about FusionPro Web?
If so, join our Printable Web to Print Users' Forum today!
Send email to [EMAIL PROTECTED] to find out how!
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
--
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
--