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

eagles09
eagles09
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by eagles09
Customize the badges you want to showcase on your profile
Field validation based on external data - Adobe LiveCycle 07-09-2011
I am wondering if there is a way to validate form fields based on an external data source? If this requires scripting that is fine, and we can go over more specifics if anyone has sugggestions.Thank you!Kayla

Views

265

Likes

0

Replies

1
Re: Lock date/time field upon submit - Adobe LiveCycle 08-07-2010
this is the current scripting that I have andWhere would you suggest putting the calculation code?Sorry, I am quite a beginner, especially in the scripting realm...

Views

110

Likes

0

Replies

0
Lock date/time field upon submit - Adobe LiveCycle 08-07-2010
Does anybody know of a way to lock or flatten a calculated date/time field when the E-mail submit button is clicked? I have a date/time field that automatically calculates, but it recalculates every time the form is opened so the date and time of submission by the original user is not retained. Any solutions?

Views

973

Likes

0

Replies

2
Re: Questions on customizing data collection... - Adobe LiveCycle 24-05-2010
Thanks so much for all your help Niall! I got all the date/time features to work how I was hoping now. As far as 3 and 4 go, that's probably fine. It doesn't create much more work than we would normally have for some of our other common processes using the Banner system that we use daily.

Views

73

Likes

0

Replies

0
Questions on customizing data collection... - Adobe LiveCycle 21-05-2010
I am currently working on a form that is submitted as an xml file using a submit email button. There are several things that I am wondering if you can customize and if so, how?Is it possible to have the calculated date/time field included in the exported data?IF SO...Is there any way to change the calculated date/time field to calculate when the email button is clicked rather than when the form is started?Is there any way to have the emailed file named something other than *form name*_data? Perh...

Views

556

Likes

0

Replies

2
Re: Programming to show sub-form upon click of radio button? - Adobe LiveCycle 20-05-2010
THANK YOU SO MUCH!  I got it and my boss is in love with me right now!

Views

141

Likes

0

Replies

0
Re: Programming to show sub-form upon click of radio button? - Adobe LiveCycle 20-05-2010
Thank you, that helps a bit...I think at least...This is the script I included, in roughly the same spot as it was on the document that you included:if (this.rawValue == 3){EmployeeIndependentContractor.presence = "visible"}else{EmployeeIndependentContractor.presence = "hidden"}In this form, "EmployeeIndependentContractor" is a subform. This didn't work however. Is there something stupid that I'm overlooking?

Views

142

Likes

0

Replies

0
Programming to show sub-form upon click of radio button? - Adobe LiveCycle 20-05-2010
I am currently working in LiveCycle Designer ES trying to create a form in which you click a radio button and one of the hidden subforms will become visible. I know how to make the subform hidden, but don't know how to link the radio button for the subform to appear when a certain option is selected. I am not terribly skilled in programming but can do my best to understand it if that's what it takes to make this happen. I understand some concepts, but just don't know alot of the commands. Sugges...

Views

2.1K

Likes

0

Replies

5