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

John_S__Baird
John_S__Baird
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by John_S__Baird
Customize the badges you want to showcase on your profile
Re: The preSubmit for a Master Pages button fires multiple times. - Adobe LiveCycle 14-03-2013
Kyle:That worked!Thank you!John

Views

88

Likes

0

Replies

0
The preSubmit for a Master Pages button fires multiple times. - Adobe LiveCycle 14-03-2013
I have coded the following JavaScript script in the preSubmit event for a submit button that will result in a database deletion.form1.#pageSet[0].Page1.ButtonAreaTop.DeleteButton::preSubmit:form - (JavaScript, client) var resp = xfa.host.messageBox("Delete this filing?","Verify",2,2);if (resp == "4") { xfa.event.cancelAction = false;} else { xfa.event.cancelAction = true;}The script works, but because the button is on the Master Pages and the form has multiple pages, the preSubmit event is being...

Views

417

Likes

0

Replies

2
Can a user with only the Reader use an XFA Submit Button? - Adobe LiveCycle 28-02-2013
I have seen numerous postings stating that a Submit button on an XFA form will not work. I believe this may be a widespread problem. I posted this message on the Reader forum, and someone suggested I also post it here. The symptoms are as follows:1. The form is a Designer form (sometimes referred to as an "XFA form") that contains either an HTTP Submit or an Email Submit button. (It is not a submit button that would send the entire form. I know that only works with Reader Extensions.)2. The Subm...

Views

264

Likes

0

Replies

0
Drop-Down Warning - Adobe LiveCycle 12-09-2012
I am attempting to create a drop-down of Texas Counties. There are 254 of them. When I created a drop-down object and attempt to add a number of entries above a certain amount the drop-down object is tagged with a yellow box containing "ABC!" and any mouse over of the new object in LCD results in a message box with "An invalid argument was encountered". The resulting drop down works fine on the saved form, but the warnings in LCD are annoying. I am using LCD ES2 version 9.0.0.2.20101008.1.734229...

Views

840

Likes

0

Replies

2