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

kw259
kw259
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by kw259
Customize the badges you want to showcase on your profile
Re: Scripting for a pattern validation message - Adobe LiveCycle 12-04-2012
Worked perfect, thanks

Views

134

Likes

0

Replies

0
Scripting for a pattern validation message - Adobe LiveCycle 11-04-2012
I have a date/time field that is read only but becomes required if the user types something in a different field. The validation pattern works because I set those before I turned the field to read only but the validation pattern message is just the default again (the custom message I had typed in disappears when the field is changed to read only). Does anyone know how to set the validation pattern message through javascript? I can't seem to figure it out.Thanks

Views

1.1K

Likes

0

Replies

2
Re: Using a reset button for a dynamic table - Adobe LiveCycle 04-03-2012
Not sure what I'm doing wrong; nothing is resetting when the reset button is hit now.Here's the script for my reset button:if (xfa.host.messageBox("Do you want to clear all the weekly data from the form?", "Clear Weekly Data",2,2) == "4") { ResetButton.resetData(form1); }I put the function in form1.#variables[0].ResetButton - (JavaScript, client) and copied it exactly. I didn't put any of the scripts for the initialize events yets, just the function.Any idea what I need to change?

Views

370

Likes

0

Replies

0
Using a reset button for a dynamic table - Adobe LiveCycle 03-03-2012
I have a 6 page form that includes several dynamic tables. There is a reset button that clears only specific parts of the form because it is something that will be filled out weekly and a lot of the information will stay the same. My problem is that I want the reset button to clear specific rows of the table, but reset whatever is typed in the row for every instance in the table. The reset button only clears the row I want in the first column, not all the other columns/instances. Has anyone done...

Views

3.2K

Likes

0

Replies

3