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

Asahart-XEvNWS
Asahart-XEvNWS
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Asahart-XEvNWS
Customize the badges you want to showcase on your profile
Field validation failed using script trigger - Adobe LiveCycle 21-10-2012
Hello I have been attempting to create a script to disable/enable mandatory fields with some success, however the form now makes these fields come up with a validation error which I have been unable to rectify. if (NSFin.rawValue == "0") {this.mandatory ="disabled"; }//make field optionalelse { this.mandatory= "error"; }I am now getting the error "POBU Validate Failed" with all four fields having the same result. Would the script reseting cause this problem as this hadnt happened previously?I ca...

Views

975

Likes

0

Replies

1
Moving a value in a Text Field to another Text Field - Adobe LiveCycle 21-10-2012
This sounds very simple, but being brand new to LifeCycle, I'm trying to accomplish this simple task, but can't and would appreciate some help from someone on how to do this.Note that when I run the form "as is", data comes out fine on lines 1A, 1B & 2A. This is done by simply running a program and populating the PDFFormField with the value of a database field.First, take a look at the attached form.....All I am trying to do is to move the GuarnatorFullAddress on Line 2A to to Line 3 inside the ...

Views

712

Likes

0

Replies

1