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

  • 9/10/09
    I would like to script (Javascript) two numeric fields so that the total percentage of the two equals 100%For instance, if one field input is 45, on exit, the other field will be populated with 55.I can get it to work from one textfield using the formula: NumericField1.rawValue = 100 - NumericField2...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 9/10/09
    Hi,I am designing a Form using LiveCycle Designer 8.0Scenario:User can attach the file through "Attachments" facility provided on Adobe  Reader.The requirement is to attach 3 documents and post it to SAP system using Web services.I am using the following code(which i got from this forum only) to fin...

    Views

    714

    Likes

    0

    Replies

    0
  • 9/10/09
    I am not a coder...and very new to Adobe LiveCycle.  Can someone please walk me through (step by step, if possible) the procedure for requiring fields in a form?  I'm lost.  Thanks!

    Views

    794

    Likes

    0

    Replies

    1
  • 9/10/09
    I'm using Automation to populate and save a set of Adobe LiveCycle created forms from a database.For testing, I have the form visible while populating it and can see the checkbox values being properly set. But when saving the form, everything EXCEPT the checkboxes/radiobuttons settings are being sav...

    Views

    20.2K

    Likes

    0

    Replies

    3
  • 9/10/09
    Geetings Experts:I'm implementing additional security measures into my 'initialze' event, where I'll check some global variables and render the file unreadable if needed.Which object and properties do I access to remove all my pages from the form?I would like to createa a function that removes all t...

    Views

    2.8K

    Likes

    0

    Replies

    5
  • 9/10/09
    It seems that when I try to add an event listener for when a menu item is click in a roster I am getting a compile error.code:roster.addEventListener(MenuEvent.USER_MENU_ITEM_CLICK, onMenuItemClick, false, 0, true );error:Severity and Description Path Resource Location Creation Time Id1119: Access o...

    Views

    755

    Likes

    0

    Replies

    0
  • 9/10/09
    In quantity discounts, it's pretty common to have the quantity discount vary with the number of items purchased, but not as a fixed percent per item. Example:Quantity Purchased          Discounted price (each)1                                        $102-4                                     $95-8  ...

    Views

    893

    Likes

    0

    Replies

    2
  • 9/10/09
    I have created my form in LiveCycle and now I am going to put in on a webpage to have a user fill it out. The issue I am coming into play is that they might not have Reader or Acrobat installed on the machine. Is there a way that they can still fill out the form without either of these installed?

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 9/10/09
    I will be receiving this in my xml 1,345.444, i need to only display 2 decimal points (1,345.44). Can anyone help me with this? Becuase my incoming value has a coma, the patterns in adobe display a zero 0.

    Views

    638

    Likes

    0

    Replies

    1
  • 9/10/09
    It seems that the roster class is throwing an exception when a user clicks the menu icon in the roster list.  It has to do with the border fill colors that are used for the menu.  I've got this to work by just adding Menu { borderColors: #000000,#000000; }to my main mxml app file.-chris    

    Views

    915

    Likes

    0

    Replies

    1