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

jhcarrell
jhcarrell
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
2

Posts & Comments

Posts & Comments
41

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jhcarrell
Customize the badges you want to showcase on your profile
Re: Save As Trusted Function: Part II - Adobe LiveCycle 01-11-2009
Thanks for the help. I worked out a few minor scripting errors on my part and it's now working perfectly.Message was edited by: jhcarrell

Views

341

Likes

0

Replies

0
Re: Save As Trusted Function: Part II - Adobe LiveCycle 31-10-2009
I'm running into a problem here.The js file from my first thread works fine for that form.However, I've created a second folder js file for this form. When the click event "event.target.myTrustFunct(event.target);" fires it attempts to use the first js file and thus does not work seeing as content and field names are different.How can I distiguish between what js file I'm trying to pull from for each trusted function?Any help is appreciated.Thanks.

Views

341

Likes

0

Replies

0
Re: Force Text in Field based on dropdown choice - Adobe LiveCycle 31-10-2009
Thanks for clarifying the "=" / "==" issue.This works perfectly. I also added an IF script to the exit event of the drop field to assist in ensuring that "other" was doesn't remain selected if the user leaves the explaination text field blank.Thanks for the help!

Views

246

Likes

0

Replies

0
Force Text in Field based on dropdown choice - Adobe LiveCycle 30-10-2009
I adapted this from an example provided by pguerett call "sanity-check" (in another thread that I can't seem to locate right now) which performed a similar function based on a checkbox.I have a drop down menu with a change event to set focus the a text menu IF the dropdown item is changed to "other".In the text field I have an exit event that "should" give a popup msg then set focus back to the dropdown field, IF the dropdown item is "other" AND the field is null on exit.However, this is not wor...

Views

799

Likes

0

Replies

2
Send email message without attaching form - Adobe LiveCycle 28-10-2009
Below is a sample click event javascript for a button. This will generate an email including form information of your choosing without attaching the actual form (PDF) itself. This would benefit people in situations that have the form auto saving to a predetermined location, but would still like an email notification that the form has been submitted. var cMyMsg = "Your Text\n\n"; cMyMsg += "Your Text " + Fieldname1.rawValue + "\n"; cMyMsg += "Your Text " + Fieldname2.rawValue + "\n"; app.mailMsg(...

Views

543

Likes

0

Replies

0
Save As Trusted Function: Part II - Adobe LiveCycle 26-10-2009
Continuing my previous thread: http://forums.adobe.com/thread/509314?tstart=0I'm now working on another form requiring this same type of function, but there's a new wrinkle.How can I substitute fields if one of the fields to be used is blank or is a certain selection of a drop down ...i.e. If fieldA = "other" use fieldB in place of fieldA in save as title.Thanks for any help / suggestions!

Views

2.2K

Likes

0

Replies

4
Re: Live Cycle for Dummies/Begginers??? - Adobe LiveCycle 26-10-2009
I'll second Niall's recommendation of J.P. Terry's book, "Creating Dynamic Forms with Adobe LifeCycle Designer". It's been extremely helpful.

Views

518

Likes

0

Replies

0
Re: Trusted Function "Save As" - Adobe LiveCycle 26-10-2009
Topic has been continued in thread: Save As Trusted Function: Part II

Views

1.2K

Likes

0

Replies

0
Re: Trusted Function "Save As" - Adobe LiveCycle 22-10-2009
Success!!Thanks for your time and help. It is greatly appreciated.Jonathon

Views

1.2K

Likes

0

Replies

0
Re: Trusted Function "Save As" - Adobe LiveCycle 21-10-2009
I removed the vTime1 variable in an effort to make it work with only using the vDate1 variable to establish the file name.This was unsuccessful however. What could I be missing?I've saved the file to the Acrobat Pro JS folder, I'm using Acrobat Pro to complete the form, but with no success.Any thoughts?

Views

1.2K

Likes

0

Replies

0
Likes from