Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 6/17/16
    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

    2.0K

    Likes

    0

    Replies

    1
  • 6/16/16
    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

    761

    Likes

    0

    Replies

    1
  • 6/16/16
    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

    4.0K

    Like

    1

    Replies

    5
  • 6/14/16
    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.7K

    Like

    1

    Replies

    8
  • 6/12/16
    Hi All,Can it be possible to stimulate key press using acrobat javascript  or livecycle javascript @under a button?For ex. I click a button and that work as Atl + F ( file menu ) or win + R ( run dialog) on windows.Hope this is clear.ThanksArvind

    Views

    1.8K

    Likes

    0

    Replies

    1
  • 6/10/16
    I have a travel approval form that has two sections -- Domestic and Foreign.  Both sections have many required fields.  I set up a radio button at the top to select one of those options, so if the user selects Domestic, I want the Foreign section to disappear completely.  The problem I'm having is t...

    Views

    5.4K

    Likes

    0

    Replies

    5
  • 6/10/16
    I'm new to livecycle and have created a dropdown list on a form. 9 items have been added to the drop down list.However when I open the dropdown list only a few items are shown and no scroll bar is shown.Is there a setting or property I need to change to view the scroll bar and the additional items.T...

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 6/9/16
    Hi everyone,I've been trying for long time to include the Icons of a messageBox within a dialog... with no success all I can do is print screen the icon and include it as an image but it does not have the same definition as the icon itself...I just tried inserting an item type : icon within the dial...

    Views

    1.8K

    Likes

    0

    Replies

    3
  • Hello,How can I break the for loop if all the checkboxes (A,B,C) from all the rows (Row1[*]) are unchecked?The below code is in the click event of a button and it shows the message box for all the number of rows and is not working the way I want.Thanks.var nods = xfa.resolveNodes("pctA.A.Row1[*].Q")...

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 6/8/16
    Hello,I have been using getTime() to work out the number of days between 2 dates.//set the variablesvar oneDay = 24*60*60*1000;var firstDate = new Date(from_date.rawValue); var secondDate = new Date(to_date.rawValue);//only if the 2 date fields aren't nullif ((from_date.rawValue!=null)&&(to_date.raw...

    Views

    987

    Likes

    0

    Replies

    2