Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/19/18
    HiNew to Livecycle and trying to import a PDF. it almost loads the whole way and then will stop with a runtime error and the apllication crashes. it only does this on the one form i want to work on! all other pdf's seem to import OK. would love some helpcheers

    Views

    386

    Likes

    0

    Replies

    0
  • 4/19/18
    Hello everyone, I have a little problem.When I use the standard Livecycle's Activity called "Convert to PDF/A" with Service Name "DocConverterService" and Category "Common", I loss some data in pdf.This is before the conversion:and this is after the convertion:All other pdf files are converted witho...

    Views

    707

    Likes

    0

    Replies

    0
  • 4/18/18
    I am getting an acessor unknown error.  one of my cell is referenced in another formula.  How can I fix this

    Views

    555

    Likes

    0

    Replies

    1
  • 4/17/18
    Hello, all;I'm building a form with LiveCycle that has some sections for filling in travel data (numeric fields for hotel lodging rate, incidental expenses, transportation, a total cost field summing all the expenses, and a couple checkboxes for room availability). The form starts out with 3 instanc...

    Views

    5.6K

    Like

    1

    Replies

    11
  • 4/17/18
    I would like to create loop to check data entered by user into TextField with all array values in global variable. I tried like this:var i = 0;  for (i = 0; i < 3; i++) {       if (txtName.rawValue == _Name[i]) {            xfa.host.messageBox("Your NAME is correct.");       }  }  if (i == 3) {     ...

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 4/17/18
    with LC, can tables be entered into a text box?So you have a text box, 1 user will make a table in the text box with 3 rows, 4 cells each row.next user has 7 rows, 2 cells in each row?

    Views

    655

    Likes

    0

    Replies

    0
  • 4/16/18
    Ok, sorry for the question, it might have been answered before but need help... I am making a table in Livecycle with buttons for adding new rows. Have found the script for this, and it is working.    So now we need to be able to add a new line inbetween the other rows. This would be a row without c...

    Views

    658

    Likes

    0

    Replies

    1
  • 4/16/18
    I've got a dead simple script that hides and shows a subform based on the value of a checkbox:if (this.rawValue == 1) {form1.Page.NextYearSubform.NYSubform.presence = "visible";}else {form1.Page.NextYearSubform.NYSubform.presence = "hidden";}This works fine if it is the first event upon opening the ...

    Views

    1.7K

    Likes

    0

    Replies

    7
  • 4/16/18
    I have designed a form where an externally created XML file is imported into the form via xfa.host.importData(); This typically works great except when there are certain special characters in the XML fields (&, accent symbols, etc.). In this case, the form just goes blank. I've been able to replace ...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 4/13/18
    My form has a table that the user can add/remove rows as desired.I am looking for a way to allow the user to copy the table mentioned above into a second, third, etc. instance. I want the subsequent instances to have the same number of rows and have the same text as entered in the first instance.Loo...

    Views

    900

    Likes

    0

    Replies

    5