Expand my Community achievements bar.

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

  • 8/25/14
    Hi,I've been trying to create a form that is a 2-column layout. This form contains expanding text fields that are side-by-side with additional form elements underneath. I managed to get the expandable fields to work, however, if the user writes too much in the text field in the left-hand column and ...

    Views

    386

    Likes

    0

    Replies

    0
  • 8/25/14
    Hi All,I have a form which is designed using Adobe LiveCycle DesignerES2. And i want to save data which users enters in to form using Adobe LiveCycle WorkSpace. I have created a process which is used to store data to data base.Here is the screen shot.Here data base is Oracle 10g. and used Adobe Live...

    Views

    848

    Likes

    0

    Replies

    1
  • 8/25/14
    I had a dynamic form produced, but I can't read it and fill it out on a mobile device such as an IPAD og tablet?

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 8/25/14

    Views

    1.6K

    Likes

    0

    Replies

    0
  • 8/23/14
    I have 2 numeric fields. When one field is greater than or equal to the second field a checkbox is checked. When the field is empty, what code do you use to ensure the checkbox is unchecked???So far I'm using the following if statement using FormCalc and the calculation drop-down:if (NumericField14 ...

    Views

    1.6K

    Likes

    0

    Replies

    5
  • 8/23/14
    I have a text field directly on a master page (there is a good reason for this) and I want to change it's X coordinate using Javascript code like this:// directly call the "x" attributethis.x = "200mm"; //  use a method call to change itthis.setAttribute ("200mm", "x");I tried using events like init...

    Views

    3.9K

    Likes

    0

    Replies

    4
  • 8/22/14
    I am trying to create the Java custom UM AuthProvider SPI in Eclipse.  I am using this example:http://helpx.adobe.com/livecycle/kb/cac-mutual-authentication.htmlWe are trying to implement CAC smartcard authentication with our Adobe LiveCycle Workspace.In the example, there is "...", which tells me t...

    Views

    455

    Likes

    0

    Replies

    0
  • 8/22/14
    Created a form in LiveCycle for use on a Dell tablet.  User reports the following:With the DELL Windows tablet running Windows 8.1, the form is viewable, the text fields and the radio buttons work as expected.  When attempting to write on the form with the DELL Stylus, the testers were unable to scr...

    Views

    572

    Like

    1

    Replies

    1
  • 8/22/14
    Cannot get object to be hidden when document opens.  Object become present or hidden once calculation starts.  Have tried allform1.Page1_InOut.colorOn_Offlbs[1]::calculate - (JavaScript, client)this.rawValue = "";ImageField1.presence = "hidden";if (poundsOn_Off.rawValue > 1){this.fontColor = "255,0,...

    Views

    590

    Likes

    0

    Replies

    2
  • 8/21/14
    The image below illustrates the hierarchy of my form. In the "exit" event of the drop-down list object named "ddList1" I have the code outlined below, but I believe my reference to the objects must be off. I think I can't see the forest for the trees, so I'm hoping someone can set me straight.Drop-d...

    Views

    339

    Likes

    0

    Replies

    1