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: 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