Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calculation Scripting Help....Please! 1

Status
Not open for further replies.

Mysticmom

Technical User
Feb 3, 2011
2
0
0
US
I'm hoping there's an easy answer for this and any help would be appreciated. I've created a form with calculation fields and would like the fields to remain blank until a value is entered. They now show $0.00 in every field. Is this an easy remedy? I currently have Adobe Acrobat Pro 9, if that's any help. Thanks in advance!
 
Put the following in the 'Custom Format' area for the calculated field and this should do it:

if {event.value == '' || event.value == '0'){
event.value = ''
}
 
Thanks much Mark! I'll let you know how it works out.

Shannon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top