User Profile

Collapse

Profile Sidebar

Collapse
spitfiregt6
spitfiregt6
Last Activity: Mar 8 '10, 12:31 AM
Joined: Mar 4 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • For anyone else having a similar question regarding FormCalc, here is the final scripting that worked for me:

    Code:
    	if ( ShpWt == 0 ) then
    		PostageSH = 0.00 
    	elseif ( ShpWt >= 0.01 & ShpWt <= 0.10 ) then 
      		PostageSH = 1.90 
       	elseif ( ShpWt >= 0.11 & ShpWt <= 0.25 ) then  
                  	                PostageSH = 2.25 
                    elseif ( ShpWt >= 0.26 &
    ...
    See more | Go to post
    Last edited by Dormilich; Mar 8 '10, 05:37 AM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • Adobe LiveCycle Designer scripting problems

    Thank you for posting the sample FormCalc script reference. That was just the bit of information I needed to get my form to work properly.
    See more | Go to post

    Leave a comment:


  • Adobe LiveCycle Designer scripting problems

    Using Adobe LiveCycle Designer, I can't get the script below to work using "formcalc" (a type of Javascript). I use this to calculate shipping costs for
    car club items by their weight in a pdf form.

    I'm only able to get the correct postage for the weights in lines 3,5 and 7 below. If I select an item that weighs between 0.11 and 0.25, the form calculates it as 2.25 instead of 1.90. Also, if the item weighs 2.51...
    See more | Go to post
    Last edited by gits; Mar 5 '10, 10:24 AM. Reason: added code tags
No activity results to display
Show More
Working...