Expand my Community achievements bar.

_Eric_Fiori_
_Eric_Fiori_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • is there a way to trigger a nullTest validation within a script without having to click submit? Thanks

    Type

    Discussions

    Views

    524

    Likes

    0

    Replies

    1
  • I'm trying to link to a file on another drive from within the click event of a field, app.launchURL("T:/folder/file.txt")The javascript debugger outputs:NotAllowedError: Security settings prevent access to this property or method.Is there something I can change to allow this to work?Thanks

    Type

    Discussions

    Views

    640

    Likes

    0

    Replies

    3
  • Has Anyone had any success viewing livecycle javascript source in the debugger?

    Type

    Discussions

    Views

    330

    Likes

    0

    Replies

    0
  • Whenever I try to debug a form, the debugger window opens but the source of the currently executing javascript isn't shown in the debugger. The scripts pane in the upper left is also blank. When the debugger opens to debug a script i get a message in the lower left hand corner of the debugger window...

    Type

    Discussions

    Views

    572

    Likes

    0

    Replies

    1
  • I figured out how to access it in a different manner, $record.fields.nodes.item(i).valueis giving me the ith zero-based value. I should be able to ensure I'm getting AcctNm fields by checkingthe name property before using the value.I'm not sure why the other methods don't work....

    Type

    Discussions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Hmm somethings not jiving here...The loop actually crashes livecycle designer...The single line statment gets the following error:TypeError: $record.fields.AcctNm.item is not a function1:XFA:fields[0]:readyI'm using livecycle 8.0, does that make a difference?I'm stumped..Thx

    Type

    Discussions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Thanks for the response, that got me closer..Unfortunately the index seems to be giving me problems.Javascript debugger reported:TypeError: $record.fields.AcctNm[1] has no properties5:XFA:fields[0]:readyWhen i remove the index so it looks like $record.fields.AcctNm.valueI get the first value, 'Testi...

    Type

    Discussions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • How would I go about accessing the current XML data within a javascript initialize function?If i have an xml file:<fields> <AcctNm>Testing</AcctNm> <AcctNm>Testing2</AcctNm> <AcctNm>Testing3</AcctNm></fields>How would i get to the array containing these values while a javascript initialization funct...

    Type

    Discussions

    Views

    2.8K

    Likes

    0

    Replies

    7
  • I have a dynamic form that needs to vary the layout of a subform based on the number of data items in an xml file. I have a subform set to automatically repeat for each item in the data file. It works fine for just outputing the dataitems but it always just grows vertically. I need to have it grow v...

    Type

    Discussions

    Views

    455

    Likes

    0

    Replies

    1
Top badges earned by _Eric_Fiori_
Customize the badges you want to showcase on your profile