These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Currency format for email java script

stellarceo
Registered: Jan 12 2009
Posts: 8

Hello,
 
I have the following script for a "Submit by Email" button:
 
var oDoc = event.target;
 
oDoc.mailDoc({
bUI: true,
cTo: "myname [at] domain [dot] com",
cSubject: form1.P1.Table1.Row4.SellerRepName.rawValue
});
 
How do I format the cSubject field to output in a currency format? Thank you for your help in advance!
 
Billy

Bill G.

My Product Information:
LiveCycle Designer, Windows
stellarceo
Registered: Jan 12 2009
Posts: 8
Just realized that I typed the wrong cSubject field. The correct field is a numeric currency field in my pdf form. Thanks.

Billy

Bill G.