Expand my Community achievements bar.

jhcarrell
jhcarrell
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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!

    Type

    Questions

    Views

    513

    Likes

    0

    Replies

    0
  • 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"...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    2
  • I'll second Niall's recommendation of J.P. Terry's book, "Creating Dynamic Forms with Adobe LifeCycle Designer".  It's been extremely helpful.

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • Topic has been continued in thread: Save As Trusted Function: Part II

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0
  • Success!!Thanks for your time and help.  It is greatly appreciated.Jonathon

    Type

    Questions

    Views

    2.6K

    Likes

    0

    Replies

    0
  • 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 thou...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0
  • I removed the trusted identity function as suggested.Changed the subform name from (unnamed) to "Log" in the form.Edited the js file per your suggestion to read:var vDate1 = event.target.xfa.resolveNode(form1[0].page1[0].Log[0].Date1[0]).rawValue.toString();var vTime1 = event.target.xfa.resolveNode(...

    Type

    Questions

    Views

    2.6K

    Likes

    0

    Replies

    0
  • After reading a similar thread here > http://forums.adobe.com/message/2268179#2268179 I'm wondering if I'm going about this the wrong way.I've attached an example form and js file I've saved to > C:\Program Files\Adobe\Acrobat 8.0\Acrobat\Javascripts     If anyone can help me out with this I'd great...

    Type

    Questions

    Views

    2.6K

    Likes

    0

    Replies

    0
  • I've made the following script changes:/* saveAsPO Script */mySaveAsPO = app.trustPropagatorFunction( function ( myDoc, path ){app.beginPriv();var myDoc = event.target;return retn = myDoc.saveAs(path);app.endPriv();});myTrustedSpecialTaskFunc100 = app.trustedFunction( function ( myDoc, path ){app.be...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0
  • I've created the following .js file in the "C:\Program Files\Adobe\Acrobat 8.0\Acrobat\Javascripts" folder on my pc.File name "MySaveAsPO.js"//script text as follows/* saveAsPO Script */mySaveAsPO = app.trustPropagatorFunction( function ( myDoc, path ){app.beginPriv();var myDoc = event.target;return...

    Type

    Questions

    Views

    7.9K

    Likes

    0

    Replies

    9
Sort by
  • Recently earned
  • Unearned first
  • A-Z
  • Z-A
Show more