Expand my Community achievements bar.

nakmo
nakmo
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I am working in LiveCycle 7.0 and have created an alert box for my dynamic form that appears on exit of a text field.exampleapp.alert("Is this correct?",2,2);What I need to do upon the answer is:if Yes is clicked some text and drop down fields need to be filled in / completed.if No these same fields...

    Type

    Discussions

    Views

    658

    Likes

    0

    Replies

    1
  • Chris Thank you so much. You are a great teacher for resolveNode. I have added the other fields to resolveNode and the verification works perfectly on all fields and instances.I am posting the completed script so that if someone has the same question they can refer to what you have taught me.----- f...

    Type

    Discussions

    Views

    721

    Likes

    0

    Replies

    0
  • Chris I have added what you have above and I am now having a different error. The validation popups are working on the first line only. The debugger is showing the following if I click addALine on the second instance with no date entered or if I have selected the TaxType and have not completed the r...

    Type

    Discussions

    Views

    721

    Likes

    0

    Replies

    0
  • Chris-Sorry about the delay. I have been out of the office. Here is the script.----- form1.Header.CompanyInfo.Request.AddALine::click - (JavaScript, client) ----------------------////Validate TaxType has been selectedvar aVar = 0if ((Detail.TaxType.rawValue == null) && (Detail.ItemNum.rawValue != nu...

    Type

    Discussions

    Views

    721

    Likes

    0

    Replies

    0
  • I have a LiveCycle dynamic form that has a subform that allows the user to add additional line (works great).What I am stumbling with is the validation working on all rows. The validation script works on the initial row, but does not flow to the added rows. What I am think might work, is to look at ...

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    7
  • Does anyone know if there is a way to validate each row that is added?I have validation script on the first row and I do not know how to have the additional rows also validate.

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • I have created a form in LiveCycle 7.0. I am using AddInstance to created additional lines to be filled in. I have validations on the first subform, but they are not carried to the additional subforms. How can I accomplish the validation of the additional lines?

    Type

    Discussions

    Views

    371

    Likes

    0

    Replies

    0
  • I have read the section about the instance manager to control subforms in LiveCycle Designer Scripting Basics. What I am trying to do is have a popup appear when the subform max has been met. What is in the manual is below and I am confused with the word 'methods'? if (methods.Subform2.instanceManag...

    Type

    Discussions

    Views

    422

    Likes

    0

    Replies

    0
  • In LiveCycle under View there is an option that you can select TabOrder. This will show you the order for the form. You will need to hold the Shift key down and click the first field you want then release the Shift key and click in order the rest of the fields. Hope this helps.

    Type

    Discussions

    Views

    373

    Likes

    0

    Replies

    0
  • I have created the form in Designer 7.0. To be a little more detailed, there is one text field that I do not want to have spell check on. Is there javascript that can be assigned to the textbox for doNotSpellCheck?

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

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