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

Bounteum_Theuam
Bounteum_Theuam
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
7

Discussions

Discussions
5

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Bounteum_Theuam
Customize the badges you want to showcase on your profile
Script to prevent duplicate signature - Adobe LiveCycle 14-08-2018
I am currently working on a form that required two sets of signatures. One signature is of the preparer, and the other signature is of the reviewer. As one of the form presign validation, the reviewer could not be the same person as the preparer. However, I am not sure on a script that I could use to make this comparison. Therefore, any help would much be appreciated. Thanks!

Views

337

Likes

0

Replies

0
Re: Unable to populate date field on form initialize event - Adobe LiveCycle 29-07-2016
Here's how I populate a date field w/ 'now' - where the validation pattern is date{YYYY-MM-DD}code var oRightNow=new Date(); oToday=new Date(oRightNow.getFullYear(),oRightNow.getMonth(),oRightNow.getDate()); // oToday is a global for other reasons geDate.rawValue = fFormatDate(oToday);with functions defined as...function fFormatDate(oDate) { var iMonth=oDate.getMonth()+1; var iDay=oDate.getDate(); var iYear=oDate.getFullYear(); // return iMonth+"/"+iDay+"/"+iYear; return iYear+"-"+fEnsure2Digits...

Views

713

Likes

0

Replies

0
Re: Script to generate random integers and populate List Box - Adobe LiveCycle 21-06-2016
I really appreciated all your help with this.  Thank you!

Views

1.1K

Likes

0

Replies

0
Re: Adobe FORMCALC Calculate is an Unsupported Operation Issue - Adobe LiveCycle 13-04-2016
Sorry that I did get back with you sooner on this. I actually was able to resolve my issue just by rebooting my computer.

Views

896

Likes

0

Replies

0