Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

badgeteam
badgeteam
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
7

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by badgeteam
Customize the badges you want to showcase on your profile
How to use If/Else Statement in FormCalc - Adobe LiveCycle 26-05-2011
This works perfect if you are filling out the boxes across the pain and are not trying something weird, which I found out our customers do. In this script all the prices are as they are per the product if you filled in all the spaces before it. (Example: First Name, Last Name then the Title = This would equal 2 lines of Print) This is My current Script:if (Style.rawValue == "D13"){ this.rawValue = 1.25; if (FirstName.rawValue != null){ this.rawValue = 2.25; } if (LastName.rawValue != null) { thi...

Views

1.0K

Likes

0

Replies

0
Re: Importing XML Response Files - Adobe LiveCycle 26-05-2011
I know that I Import the form's XML Data directly into my Pdf by doing the following -Open the Form - Click on Tools - Then on Forms - Got to More Form Options - then Manage Form Data - Import Data - From here you can navigate to where your XML is saved and Import the Data.This is the only way I know how to do this, but it works well for us.Hope it helps.

Views

152

Likes

0

Replies

0
Re: Field Calculations within Drop Down Menu Items - Adobe LiveCycle 16-05-2011
Thank you - this is not the question I had though - you did already answer this one for me - I was hoping to find out how to link the PDF XML information to QuickBooks to create the invoice - Not sure how this one got reposted - this was already covered by you in wonderful detail - so Thank you again for your help.

Views

432

Likes

0

Replies

0
Re: Field Calculations within Drop Down Menu - Adobe LiveCycle 05-05-2011
Thank you for the help - That does work how i need it to however the base rate does come off the drop down menu and the product first and for most that is what determines what the customer pays but i think i may be able to get it working. Will let you know thanks.How do you associate a price to the different items in a drop down menu? It is somewhat a table definatly with rows though and there will be multiple items ordered on the same sheet and sometimes different product styles are ordered on ...

Views

299

Likes

0

Replies

0
Re: Field Calculations within Drop Down Menu - Adobe LiveCycle 04-05-2011
How do you use the if else statements in this senario?I have gotten this form to total amounts but I need the selections or field entry(s) to generate the price.When D13 is selected from the Drop Down Menu - the prices are:If First Name has text entered only it is 1.25if First Name and Last Name has text entered the cost is 1.95if First Name , Last Name , & Title has text entered the cost is 2.95I understand that I have to add them to a value so for instance:Drop Down Menu - Value 1 = D13 Value ...

Views

297

Likes

0

Replies

0
Field Calculations within Drop Down Menu Items - Adobe LiveCycle 04-05-2011
Hello - I am fairly new to Java and I am wondering if this is possible... Trying to make an Order Form for Customers to fill outI have a form set up with drop down boxes to choose your product. There are different prices associated with the different items in the drop down box. Is it possible to make the script calculate in the following way... if Value1 is chosen the Price is $1.25 if Value2 is chosen the Price is $2.25 and so on? I may have a total of 5 items in the drop down box.Then also I n...

Views

2.1K

Likes

0

Replies

6
Field Calculations within Drop Down Menu - Adobe LiveCycle 04-05-2011
Hello - I am fairly new to Java and I am wondering if this is possible... Trying to make an Order Form for Customers to fill outI have a form set up with drop down boxes to choose your product. There are different prices associated with the different items in the drop down box. Is it possible to make the script calculate in the following way... if Value1 is chosen the Price is $1.25 if Value2 is chosen the Price is $2.25 and so on? I may have a total of 5 items in the drop down box. Then also I ...

Views

2.9K

Likes

0

Replies

5