Expand my Community achievements bar.

Formzet_-_Zoete
Formzet_-_Zoete
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I've created a table with 2 body rows.The first is always visible and had different values than the second body row.The second body row must be invisible at start and has to become visible when clicking the "add row" button.The problem i have is:- when setting the minimal instance to zero, my button...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 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 a table with two date fieldsBoth date fields are in a different subform, but in the same table and rowI want to compare dose fielfds.Date 2 must be newer than Date 1The pattern is D-M-YYThis is what i have so far, but is doesn't workvar vDate1 = Date2Num($.rawValue, "YY-M-D")var vDate2 = Date...

    Type

    Questions

    Views

    954

    Likes

    0

    Replies

    3
  • 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

    620

    Likes

    0

    Replies

    2
  • I want to create a form-number based on the date and time.I've created a FormCalc script that works in Livecycle, but in Acrobat Pro it doesn't work (a fixed number appears, based on the date and time of the PDF i created in LiveCycle)if (Hasvalue(Field)) thennullelseField.rawValue = concat ((num2da...

    Type

    Questions

    Views

    5.1K

    Likes

    0

    Replies

    11
  • 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

    781

    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.0K

    Likes

    0

    Replies

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