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

Bruce079
Bruce079
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
2

Posts & Comments

Posts & Comments
15

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Bruce079
Customize the badges you want to showcase on your profile
JavaScript sample: Alternating colours on a repearting subform - Adobe LiveCycle 28-09-2012
The LiveCycle Designer ES2 Scripting Reference contains the following Javascript sample on p 393:I placed this in the calculate event of a repeating subform of a Designer 8.2 form, and got some very strange results. The colour alternated as promised; however, every field in the subform became disabled. This state of affairs remained even after I removed the code completely, which is kind of scary. I had to restore the form from a previously saved version. (Lucky for me.)Does everyone else experi...

Views

713

Likes

0

Replies

0
Re: Validate event - Adobe LiveCycle 27-09-2012
That worked! Thank you so much, Raghu!

Views

599

Likes

0

Replies

0
Validate event - Adobe LiveCycle 27-09-2012
While I am not new to LiveCycle, I AM new to the Validate event, and Validation Pattern and Script Messaging that go along with it. I am having trouble understanding how they work together; it simply doesn't make a lot of sense to me and I cannot seem to find very good information online. I am stuck and need some help.I have a Numeric Field (PAN) that requires a 16-digit entry. I would like to test to ensure that (a.) only numbers are entered, and (b.) that all 16 digits are entered (no more, no...

Views

2.6K

Likes

0

Replies

2
Re: Validating for no selection on Drop-Down boxes - Adobe LiveCycle 05-09-2012
Great. Many thanks. This is working now.

Views

423

Like

1

Replies

0
Re: Validating for no selection on Drop-Down boxes - Adobe LiveCycle 05-09-2012
Okay, here's the thing. From this field, after checking for a null value, I need to call a Javascript function contained in a Script Object, so I need to find a way to do this null checking in Javascript, not FormCalc. Does anyone have any insight into how to make this work in Javascript? Thanks in advance for your help.--Bruce

Views

427

Likes

0

Replies

0
Re: Function call in FormCalc - Adobe LiveCycle 05-09-2012
Thanks for the reply, radzmar. I'm sorry, but in reading my original post again, it seems I did not mention that my function is a Javascript function, not a FormCalc function. Does this change your response? One other potentially relevant fact is that I have the function saved in a Scripting Object at the subform level, not the form level.In any event, I've tried renaming the function, as suggested, and even moved up the variables folder (containing the function) so that it is positioned hierarc...

Views

484

Likes

0

Replies

0
Function call in FormCalc - Adobe LiveCycle 05-09-2012
I am trying to call a function (type4) from within a FormCalc exit event:if ($.rawValue <> "2") then type4.validate()endif But when I run the form, I get an error saying that the "script does not have a method 'validate'."My function definitely does have a method called 'validate', see below:function validate() { [...]}Can anyone help me identify what I'm doing wrong? Thanks for your help.--Bruce

Views

2.1K

Likes

0

Replies

3
Re: Validating for no selection on Drop-Down boxes - Adobe LiveCycle 05-09-2012
Excellent. Thank you. Worked like a charm.--Bruce

Views

420

Likes

0

Replies

0
Validating for no selection on Drop-Down boxes - Adobe LiveCycle 04-09-2012
Once again, I am stumped by seemingly simple things!I have a drop down box with no default values. I want to display an error message when the user tries to exit without selecting anything. However, my validation script isn't working. Here's what I have set up:Under the validate event of the Script Editor, I test for blank or null values:this.rawValue == "" || this.rawValue == null;Then under the Validation Script message on the Object > Value tab, I have this simple message:"Please select a typ...

Views

1.9K

Likes

0

Replies

5
Re: Nested Repeating Subforms problem (additional instances being added upon reopening of file) - Adobe LiveCycle 21-08-2012
Okay, I've resolved this problem. Both the nested subforms that are being repeated must be named differently, as do the subforms containing the buttons which control the repeating (i.e., that are doing the adding and removing). If either sets are named the same, strange behaviour ensues.So Radzmar, when you rebuilt the form, you took the crucial step of leaving the button subforms unnamed. This made a difference. Had you named them the same, you would have seen the same problem I was experiencin...

Views

642

Like

1

Replies

0
Likes given to
Likes from