Expand my Community achievements bar.

gkaiseril
gkaiseril
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Have you looked at:http://forum.planetpdf.com/wb/default.asp?action=9&fid=131&read=59260It shows the code for each button. One has to get the field qualified reference exactly correct.

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • And a data object is not an annotation attachment. They are properties of different JS objects. An "attachment" item is a property type of an annotation,while the "data object" is an item property of the document object. One can not process the contents of the attachment with JavaScript, while the d...

    Type

    Discussions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • I would guess your scope for the "error" variable is limited to the the field in which it was caught. Try passing the "error" variable to the "handleCatchedError(error)" and updating that function to handle the variable:handleCatchedError(oError) { xfa.host.messageBox(oError); //No error reported?? ...

    Type

    Discussions

    Views

    831

    Likes

    0

    Replies

    0
  • Here is a working example. You have to get the fully qualified name exactly correct.http://forum.planetpdf.com/wb/default.asp?action=9&fid=131&read=59260

    Type

    Discussions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • That behavior is normal, when one tabs through all the fields on one page, tabbing again will take one to the next page.

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • My mistake. The code should read:var f1 = this.parent.somExpression + ".AssignedTo, "; var f2 = f1 + this.parent.somExpression + ".ChexkBox1[0], "; var f3 = f2 + this.parent.somExpression + ".ChexkBox1[1], "; // and so on var f32 = f31 + this.parent.somExpression + ".UserPhone"; xfa.host.resetData(f...

    Type

    Discussions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • My mistake, as per the example in the Scripting help file of LiveCycle Designer, you have to specify the fully qualified field name. It appears you are missing one of the hierarchical level names. But with seeing the form in LiveCycle Designer, I can not tell which one.I found the following script i...

    Type

    Discussions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Have you tried:xfa.host.resetData( [ "xfa.form.HelpDesk.AssignedTo", "xfa.form.HelpDesk.ChexkBox1[0]","xfa.form.HelpDesk.ChexkBox1[1]", "xfa.form.HelpDesk.ChexkBox1[2]", "xfa.form.HelpDesk.ChexkBox1[3]", "xfa.form.HelpDesk.ChexkBox1[4]", "xfa.form.HelpDesk.ChexkBox2[0]", "xfa.form.HelpDesk.ChexkBox2...

    Type

    Discussions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Have you read >Nigel Lovell, "Populate Text Field Based On Drop-Down List Selection" #3, 28 Jul 2007 5:00 am and looked at the LiveCycle Scripting references http://www.adobe.com/cfusion/search/index.cfm?loc=en_us&term=livecycle+javascript and version 8 scripting material, http://www.adobe.com/cfusi...

    Type

    Discussions

    Views

    978

    Likes

    0

    Replies

    0
  • Your post is different form the Original Post and should be a separate post of it's own since it maybe lost and if the OP subscribes to this post by email, that person will be flooded with responses to your post.In Acrobat, the Drop Down Box/List field does not support multiple selections only Combo...

    Type

    Discussions

    Views

    6.6K

    Likes

    0

    Replies

    0