Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 4/30/21
    I have a non-interactive form that has 3 master pages.The pagination of page 1 occurs dynamically depending on the data content. Page 2 is fixed and page 3 can be displayed according to some conditions.I need to condition the presence of a table on the last page of page 1.How can I do this using Jav...

    Type

    Questions

    Views

    12.3K

    Likes

    0

    Replies

    4
  • 4/20/21
    Is it possible for a user to not able to save the form if does not has check a check box? Thank you 

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    5
  • 4/20/21
    We have a document with 2 masterpages, front page and page 2 to n pages.On the masterpage we have a logo in the top, a fragment with a button to save the document back to a system, and a fragment in the buttom of the page with info about the company. This fragment is a tabel with contact info and a ...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 4/19/21
    Dear All,I have few fields in my Form which comes as below.field a = test1|test2|test3now i have splitted that with " | " but i when i try to add that in table only first line shows up.  Code :var prBatchTable = prBatch.formattedValue.split("|");if (prBatchTable[0] != "") {for (i = 0; i < prBatchTab...

    Type

    Questions

    Views

    887

    Likes

    0

    Replies

    1
  • 4/18/21
    PDF.JS (the pdf renderer for FireFox and other browsers) has added basic XFA support. Learn more here: https://github.com/mozilla/pdf.js/releases/tag/v2.8.335 

    Type

    Questions

    Views

    1.3K

    Likes

    3

    Replies

    0
  • 4/18/21
    Hello,I have the following in my form, but when I print the form, the time is printing incorrectly.  It reads 4/18/2021 @ 7:6:38.  What is wrong with the script?var oNow = new Date();this.rawValue = (oNow.getMonth() + 1) + "/" + oNow.getDate() + "/" + oNow.getFullYear() +" @ " + oNow.getHours() + ":...

    Type

    Questions

    Views

    895

    Likes

    0

    Replies

    4
  • 4/14/21
    Hi, we have a problem with adding rows to a table in script. We need to add couple of rows via the script.We use init event of the tableThis code is not workingfor (var i = 1; i < aantalDossiers.length ; i++) {mod_gegevens.main.subform_vaststellingen.subform_gecontroleerdeDossiers.Table2._Row1.addIn...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    3
  • 4/8/21
    Hello! I am trying to capture the time stamp of when the user opens the file ONLY. I have the field set to capture the date, but I need to keep that time from continuously updating. Any help is greatly appreciated. Thank you in advance.

    Type

    Questions

    Views

    835

    Likes

    0

    Replies

    2
  • 4/5/21
    I have been fighting with my form for over an hour, and I am probably too tired and not seeing the solution because it is after midnight in my time zone. I am recreating in Adobe LiveCycle Designer 8 what was originally designed in an Excel workbook nearly two decades ago. I did not import the workb...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    6
  • 4/2/21
    I am trying to change colons to periods in time in a date/time field. Instead of 12:22:36 I need it to be 12.22.36. I have tried everything I can think of- I can do it when it is just a time field. I tried concatenating a date field with the correctly formatted time field and it reverts back to colo...

    Type

    Questions

    Views

    734

    Likes

    0

    Replies

    2