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

csmaughanSLC
csmaughanSLC
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
8

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by csmaughanSLC
Customize the badges you want to showcase on your profile
Re: Automatically pull some info from database? - Adobe LiveCycle 07-10-2010
Yes I am. The only reason that I am using this is that I am comfortable with it. Is there another program that I can use to get the OLE DB with that is easy to learn? I don't have much experience with databases.

Views

97

Likes

0

Replies

0
Re: Automatically pull some info from database? - Adobe LiveCycle 07-10-2010
Steve,Can my form be be linked to an OpenOffice.org database? If so, how is this done?

Views

98

Likes

0

Replies

0
Automatically pull some info from database? - Adobe LiveCycle 07-10-2010
Hello,I am working on a project for my work, and was wondering if this is even a possibility. The project is to track returned checks for a financial institution. The user will enter in the data for each check that has been returned. This data can be split into two categories: account information and check information. Account information will include details such as account number, address, etc of the person who deposited the check. Check information will include the check amount, check number,...

Views

764

Likes

0

Replies

4
Re: Calculating numbers from text values - Adobe LiveCycle 28-09-2010
The following code was used within the table:if (!(xfa.resolveNode("form1.page1.income.table.row[0].applicantIncome").isNull)) { var income = xfa.resolveNode("form1.page1.income.table.row[0].applicantIncome").rawValue; if (isNaN(income)) { xfa.host.messageBox("The applicant income is not a number.","Income Validation",1); this.rawValue = null; } else { var freq = xfa.resolveNode("form1.page1.income.table.row[1].applicantIncomeFreq").rawValue; switch (freq) { case "Weekly": this.rawValue = income...

Views

128

Likes

0

Replies

0
Re: Calculating numbers from text values - Adobe LiveCycle 27-09-2010
Thank you very much for your help. I am still having issues getting that code to work. I have downloaded the file you provided, and compared the files. The only difference is that my data is held in a table. Would that make a difference?

Views

127

Likes

0

Replies

0
Re: Calculating numbers from text values - Adobe LiveCycle 27-09-2010
Thank you for catching that. It still is not calculating the annual payment using the corrected code.

Views

128

Likes

0

Replies

0
Re: Calculating numbers from text values - Adobe LiveCycle 24-09-2010
Thanks for your quick reply. Below is the exact code that I have put in:It is giving me an error on line 10, although I don't know what the problem is. Also, it is not working when I test the form.

Views

127

Likes

0

Replies

0
Calculating numbers from text values - Adobe LiveCycle 23-09-2010
Hello,I am trying to get a form that will calculate the annual salary of an individual from a paycheck amount. I have three fields: "paycheckAmount", "paymentFrequency", and "annualIncome". The paycheckAmount field is set to be a number field. The paymentFrequency field is a dropdown menu that give the options "Weekly", "Bi-Weekly", "Semi-Monthly", "Monthly", and "Annual". Is there a way to have the form automatically calculate the annual income based on the input of the paymentFrequency and pay...

Views

1.2K

Likes

0

Replies

8