Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 4/27/06
    Hi,I have two fields. If something is entered in the first one, I want to block access to field 2 AND change its background color. Here is the code I'm using on the exit event of the first field :if (this.rawValue != null) { xfa.resolveNode("form1.subform1.field2").border.fill.color.value = "192,192...

    Views

    407

    Likes

    0

    Replies

    1
  • 4/27/06
    I'm trying to get the reset button to clear the dirty flag so that the form doesn't prompt for saving after hitting reset.The Acrobat javascript is: this.dirty = false.This line doesn't work in a Designer form and I can't seem to figure out the SOM to change this document flag in a Designer form. An...

    Views

    2.2K

    Likes

    0

    Replies

    1
  • 4/27/06
    Hello,I'm trying to get a handle on how this whole extensions thing works. We're using LifeCycle Designer 7 to generate forms (both and xdp and pdf). We want our users to be able to access data from ODBC connections and potentially from WSDLs. Our clients (right now) only use the free Reader 7.0.x. ...

    Views

    1.0K

    Likes

    0

    Replies

    6
  • 4/27/06
    Is there anyway to make a single text field password protected rather than the whole form? I need some areas of my form to be locked but not the entire thing.Thanks in advance!

    Views

    4.0K

    Likes

    0

    Replies

    9
  • 4/27/06
    I have a form with a radio button at the top of Page1 to determine if the form is for a parts order or a pump order. Based off this value I would like to change the form to email to a different email address (parts@x.com or pumps@x.com).I cant seem to find a way to make this work. Also, the email su...

    Views

    492

    Likes

    0

    Replies

    2
  • 4/27/06
    Is there a way of restricting input into a numeric field to the range 1 to 7 with a single digit decimal? For instance the value 7.5 would be accepted but 8.0 or 10.5 would not.I have set every conceivable combination -- Field data pattern to 9.9; Field data format to 9.9; and Binding data pattern t...

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 4/27/06
    Hi all,I am trying to request a dynamic PDF form from a PHP page. The PDF form is very simple. It has some fields (as textfields) and one 'HTTP Send' button where i had established the HTTP address of the PHP page. This form had been created using Adobe Designer 7.0.I have done the same process usin...

    Views

    394

    Likes

    0

    Replies

    1
  • 4/27/06
    In Adobe LiveCycle Designer 7.1 I insert a Image field - how can I make this image transparent ?

    Views

    935

    Likes

    0

    Replies

    3
  • 4/26/06
    Is there a complete listing of JavaScript methods etc somewhere, or a post market book specific to JavaScript use in LiveCycle?I found this link http://partners.adobe.com/public/developer/en/acrobat/sdk/AcroJS.pdf,but was unable to find a suggested piece of script in it...ScriptObject.ShowOptionalPa...

    Views

    425

    Likes

    0

    Replies

    2
  • 4/26/06
    I have a subform that upon "clicking" the add button reproduces the subform, I need to add the "prices" from all created subforms. I have been able to do this in the past, but its not allowing me to use sum(form1.#subform[0].Flowed.threadink.order.Price[*])Does anyone know why?

    Views

    467

    Likes

    0

    Replies

    2