Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 19-04-2018
    Hi All.I would like to close form by condition. But before form will closed I would like to display popup alert for 1-2 seconds and then auto close form. How to do that?Thanks.

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 19-04-2018
    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

    257

    Likes

    0

    Replies

    0
  • 19-04-2018
    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

    575

    Likes

    0

    Replies

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

    Views

    331

    Likes

    0

    Replies

    1
  • 17-04-2018
    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

    4.7K

    Like

    1

    Replies

    11
  • 17-04-2018
    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) { xfa.host.messageBox("Your NAME...

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 17-04-2018
    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

    498

    Likes

    0

    Replies

    0
  • 16-04-2018
    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 colu...

    Views

    374

    Likes

    0

    Replies

    1
  • 16-04-2018
    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.1K

    Likes

    0

    Replies

    7
  • 16-04-2018
    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

    717

    Likes

    0

    Replies

    2