Expand my Community achievements bar.

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

  • on 17-06-2016
    I created an Interactive Dynamic XFA form that has expandable text boxes, I used Adobe Live Cycle ES2 to create this form. I went through all the necessary steps even in the save options I selected (Generated Accessibility Information (tags) for Acrobat ) but for some reason when I view the file in ...

    Views

    1.4K

    Likes

    0

    Replies

    1
  • on 17-06-2016
    I have a form that was developed using Designer ES4.  The form has a text field that contains a bullet-ed list. When I open the form in AEM Designer 6.1, the list is no longer bullet-ed and the text in the list shows as a single line.Is this an issue with AEM Designer or does it handle lists differe...

    Views

    826

    Likes

    0

    Replies

    3
  • on 16-06-2016
    HiI want to make fileds only mandatory when they are visibleI thought this code would work but it doesnt seem to do anything?Here is my code currently - any ideas guys?if (form1.Page1.DropDownList1.presence == "visible") {form1.Page1.DropDownList1.mandatory = "error";}if (form1.Page1.DropDownList1.p...

    Views

    2.1K

    Likes

    0

    Replies

    3
  • on 16-06-2016
    hello,i hade made a form with adobe livecycle designer.. i also connect it to ODBC database... i have added buttons to the form like (next, previous, last, save)my question:when i enter a new data to the form and press on save button the data i entered disappear and not saved to the database..how ca...

    Views

    490

    Likes

    0

    Replies

    1
  • on 16-06-2016
    Is there a way to add a line break to a drop down box?Or change the width of the drop down box when the user clicks to view options?Some of the text I have is very long and you cannot read it all.

    Views

    537

    Likes

    0

    Replies

    1
  • on 16-06-2016
    Hello ^^we need buy live cycle designer, unfortunately our reseller not sold here.i tried to contact adobe is no response. click via this link : Designer ES4 comprehensive design tool | Adobe LiveCycle Enterprise Suite 4not workmany thanks

    Views

    409

    Likes

    0

    Replies

    0
  • on 16-06-2016
    Below is the code to get the empty filleds (counter);form1.Page1.notification.NumericField1::ready:layout - (FormCalc, client)var FilledRows = 0for i = 0 upto Body.Table1.Row1.instanceManager.count - 1 do     if (Body.Table1.Row1[i].drp_names eq null) then          FilledRows = FilledRows + 1;      ...

    Views

    3.6K

    Like

    1

    Replies

    5
  • on 15-06-2016
    My form made on ES2 has multiple functions made on Action Builder, all of which work perfectly until xml data is imported back into the form. Once the data is imported some of the the buttons and other conditions, dependent on what is entered ,e.g. background colour, stop working.

    Views

    576

    Likes

    0

    Replies

    2
  • on 15-06-2016
    I am working on a project to move our old workflows out of Central Output Server to AEM Forms. In Central we call several custom agents that we want to plugin to the new workflow in Workbench.I am trying to use the executeScript process, but having trouble getting the file path of the input file. In...

    Views

    756

    Likes

    0

    Replies

    0
  • on 14-06-2016
    Hello,I have a leave request form which has time options of days and hours, however I can't figure out how to calculate the total.  For instance, if a person is request vacation time they can request a "from date" and a "to date" for 8 hours per days, however no Saturday and Sunday; and hours for pa...

    Views

    8.0K

    Like

    1

    Replies

    8
Top contributors In the last month (30 days)
1
Avatar
Boost 250
1 Accepted solution
page footer