Expand my Community achievements bar.

Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi there,the preOpen event is triggered on the preOpen of the PDF file and not preOpen of the dropDownList.I think what you want to use in this case would be the enter event of the dropdownlistHope this help!

    Type

    Questions

    Views

    759

    Likes

    0

    Replies

    0
  • Hi there again,Within LiveCycle Designer, to create a Script Object you need the Hierarchy Palette open.In the Hierarchy Palette right click on the top most subform (form1) and click Insert Script Object.Rename the Script Object for xfaSubmit, in that Script Object insert the function setAccessField...

    Type

    Questions

    Views

    827

    Like

    1

    Replies

    0
  • Hi there,to be able to do something like this you will need to create a script object preferably to have a function,the goal is to browse through the form to search for each fields in the form and set their access property to readOnlyso the function need to be a recursive method which will search th...

    Type

    Questions

    Views

    820

    Likes

    0

    Replies

    0
  • Hi there,I think what you are looking for is "\n"...I know for a fact that \n add line breaks, even tho there is one place where you cannot use this character for line break within LiveCycle Designer..Hope this help!

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Hi there,add an instance is easy as you only need to specify true or false (1 or 0)but for deleting row it is a little different, instead or specifying true of false, you need to specify which row you want to delete...If your delete button is inside the row itself, you can use the index of the paren...

    Type

    Questions

    Views

    1.5K

    Like

    1

    Replies

    0
  • No problem,here is a PDF on FormCalc reference , this could be very useful to you http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf

    Type

    Questions

    Views

    706

    Likes

    0

    Replies

    0
  • hi thereI hope you are using formcalc for this, because it would not be good if you are using javascript...anyhow in formcalc the "="should not be use in an if statement it should be replaced by "eq" just like "<" it should be replaced by "lt"also, never forget to put the brackets for the if stateme...

    Type

    Questions

    Views

    591

    Like

    1

    Replies

    0
  • Hi everyone...I am very sorry for the latest version I've provided to some of you...I took a look at it and realize there was some errors with the validation...I've updated the version so now it is working well...Eventually I'll make a more complex and complete form of the validation / reset script ...

    Type

    Discussions

    Views

    12.1K

    Likes

    0

    Replies

    0
  • Hi there,to be able to call a function from a Script Object you must reference the Object itself to access to its functions..So to be able to call toggleFields from any object in form from a Script Object you will have to call it this way:Hope this help!

    Type

    Questions

    Views

    781

    Like

    1

    Replies

    0
  • Hi again,you should use the Script Validator within LiveCycle, this could help you.Make sure you can also look at the errors that your code can provide, make sure you have the debugger on in acrobat proHere is a link on how to enable JavaScript Debugger, follow the steps if you haven't enabled it......

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    0