Expand my Community achievements bar.

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

    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.4K

    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.4K

    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.8K

    Likes

    0

    Replies

    9
  • Many thanks Paul.Once again your assistance has been invaluable.

    Type

    Questions

    Views

    649

    Likes

    0

    Replies

    0
  • I've copied the check and time fields onto a new form (as an example) and have placed the FormCalc script on the first checkbox only.A different error is occurring now.  The script appears to be working, but every time I check the box a warning comes up stating the time field failed to validate.Than...

    Type

    Questions

    Views

    646

    Likes

    0

    Replies

    0
  • I'm getting an error with that script."Error:  Accessor "checkfield.rawValue" is unknown."This error happens upon opening the form.The FormCalc script is placed as an exit event on the checkfield.I have a series of check boxes with a corresponding series of time fields.  Each time a check box is che...

    Type

    Questions

    Views

    646

    Likes

    0

    Replies

    0
  • I'm trying to come up with a script to do the following:if checkfield.rawValue = "1" (checked)     timefield.rawValue = (current time)if checkfield.rawValue = "0" (unchecked)     timefield.rawValue = "null"Any ideas or suggestions would be greatly appreciated.Thanks.

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    6
  • Scripting Changes were not being preserved.  Problem solved and works perfectly.Thanks again for you help.

    Type

    Questions

    Views

    614

    Likes

    0

    Replies

    0
  • Before adding other click events the sequence works perfectly.However, I am using the buttons as a email submit sequence.  And while the first submit works when it gets to the second user, who needs the second submit, the first one has reappeared.Suggestions?Thanks.

    Type

    Questions

    Views

    605

    Likes

    0

    Replies

    0
Top badges earned by jhcarrell
Customize the badges you want to showcase on your profile