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

JBPTAC
JBPTAC
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
14

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by JBPTAC
Customize the badges you want to showcase on your profile
Re: Slow Responding Dynamic Forms - Adobe LiveCycle 07-06-2011
Hi All, I wanted to thank you for your help as I have found a solution; albeit a non-functional solution, but a solution nonetheless. I removed the digital certificate/signature settings from the Submit buttons under the 'Sign Data and Submit Settings'; correcting the response issue. If you happen to come up with and alternative solution, please recommend, as I would like to have another form of data verification besides and electronic signature.Best RegardsJeff

Views

238

Likes

0

Replies

0
Re: Slow Responding Dynamic Forms - Adobe LiveCycle 07-06-2011
Hi Malcolm,There are two initialze events, but they are for the Adobe generate submit buttons and there are no docReady events on the form.Are there settings or a way to bypass the check function, besides remove the submit buttons?Many ThanksJeff

Views

227

Likes

0

Replies

0
Re: Slow Responding Dynamic Forms - Adobe LiveCycle 07-06-2011
Yes, there are about 50 FormCalc sum functions, but only 15 are used at any given time. I have tested the form several times and the process seems to slow tremendously when the forms digital certificates are added.

Views

225

Likes

0

Replies

0
Slow Responding Dynamic Forms - Adobe LiveCycle 06-06-2011
Hi All, Is there a way to speed up the performance of a 166kb ‘Dynamic interactive form’ that has 400+ fields; each scripted, (2) image fields (for electronic signatures), (2) digital certificates, and (2) email submit buttons? THE FORM: The form was developed in Livecycle, Version 8.2.1, and was originally 3mb. After making some simple changes to reduce the file size in both Reader and Acrobat I was able to reduce it to166kb. THE ISSUE: When the form is filled-out and completed (199kb) it can t...

Views

1.3K

Likes

0

Replies

5
Re: Presence Property for standard Email Submit Button - Adobe LiveCycle 15-03-2011
Hi Paul,You were correct, the mistake was on my part. I replaced the Button1 value in the script with the correct value "SubmitButton1".Thanks again for your assistance.Best RegardsJeff

Views

151

Likes

0

Replies

0
Re: Presence Property for standard Email Submit Button - Adobe LiveCycle 15-03-2011
Hi Paul,Thank you for your response. I have saved the form as a "Dynamic XML Form", but have had no luck with the exit event you suggested. I assumed that I would need an event to initially hide the presence of button and another event, that when validated, would show the button.I used the code below, based on your suggestion:form1.#subform[0].currendate[1]::exit - (JavaScript, client)if(this.rawValue != null){Button1.presence= "hidden";}else{Button1.presence= "visible";}Any Ideas?Jeff

Views

151

Likes

0

Replies

0
Presence Property for standard Email Submit Button - Adobe LiveCycle 15-03-2011
Hi All, Is it possible to hide the presence of the standard Email Submit Button in Livecycle Designer? Example: User cannot access EmailSubmitButton1 until a valid date has been entered in to DateTime1 field. I have tried the presence property, with both a change event and exit event with no luck. I am assuming that since the standard Email Submit Button does not have a "click" event available, this task cannot be accomplished. Any assistance is welcome

Views

647

Likes

0

Replies

4
Re: Auto populate a textfield based on users input - Adobe LiveCycle 09-03-2011
radzmar,Thank you for your response, I assumed there was a simple script to accomplish my task. I had assumed that the .rawValue property would have come into play and was unaware of the xfa.event.fullText property.Thanks Again

Views

383

Likes

0

Replies

0
Auto populate a textfield based on users input - Adobe LiveCycle 09-03-2011
Hi All, Working with Designer ES ver. 8.2, and I am looking to see if it is possible to auto fill another field based on an end users input. Example: End-user enters a 6 digit departmentCode for a program; in turn the field opposite to the departmentCode auto fills with a corresponding programCode; if they do not input the correct 6 digit departmentCode the field will return a null value. I am trying to move away from my current auto fill drop-down option, so end-user is less likely to select in...

Views

924

Likes

0

Replies

2
Re: TimeSheet Template (calculated fields) - Adobe LiveCycle 23-12-2010
Hi Jax3333,I have a couple of questions that will assist in troubleshooting your problem. 1. Did you create the (Timesheet) form in Designer with the “form assistant”? 2. Did you modify the template or any of the fields, code, etc? 3. Did you make any changes in the “Form Properties”? 4. What format did you save the template in (Static, Dynamic)?I only ask these questions because I have developed | distributed a successful Dynamic version of the "Timesheet" template you are referring too. If you...

Views

748

Likes

0

Replies

0