Expand my Community achievements bar.

Formzet_-_Zoete
Formzet_-_Zoete
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Is there a way to validate an IBAN number within LiveCycle Designer using Javascript and/or FormCalc?i found this website: https://github.com/arhs/iban.jswhere they have a javascript solution, but i don't know how to get it to work in Livecycle designer.Can anyone help me?

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    2
  • I just did an upgrade to Designer ES2.I created a new form with static textfields and floating textfieldsthen i created a button that filles the floating field with a text using javascript.xfa.resolveNode("form1.#subform[0].Textfield1").rawValue = "it doen't work";But it doesn't workWhen i make the ...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    4
  • I have a numeric field that has a combination of 8 numbers/charactersIt must be posible that the first number is a zero.So i'm using the following pattern num{99999999}This works fine, but when they enter only 2 numbers the field fils with zero'sHow can i change this?And how to do a validation on ke...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    5
  • i have two date fields in different subforms.the first must be older then the current dateand the second must be newer than the first date.i tried to create a javascript to validate the fields, but i don't know how to do thisanyone?

    Type

    Questions

    Views

    3.7K

    Likes

    0

    Replies

    4
  • I'm relative new to scripting and i don't know how to do this.I have a telephone field with the right format and a limit of 10 numbers.But how do i check if the user enters less than 10 numbers.And present them a message when they do

    Type

    Questions

    Views

    652

    Likes

    0

    Replies

    2
  • I've got 4 fields.The client must enter a Country name in Field1If this is "NL", than Field2, Field3 and Field4 become required.I've done this with FormCalcif (Field1 == "NL") thenField2.validate.nullTest="error"Field3.validate.nullTest="error"Field4.validate.nullTest="error"elseField2.validate.null...

    Type

    Questions

    Views

    792

    Likes

    0

    Replies

    1
  • I have a table with multiple columns.And a button that adds a new row on click.I want to change the fillcolor of one cell if that cell is empty.Is this posible?I know how to do it on normal fields, but not with a tableif ((xfa.resolveNode("name").rawValue == null) || (xfa.resolveNode("name").rawValu...

    Type

    Questions

    Views

    5.1K

    Likes

    0

    Replies

    5
Top badges earned by Formzet_-_Zoete
Customize the badges you want to showcase on your profile