Expand my Community achievements bar.

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

  • 8/25/09
    Hello all,I have a form that has a From Date and a To Date.  I want the user to enter the From Date and the the form will populate the To date by adding 7 days to the From date.  Can anybody tell me how to do this?Thanks in advance,Gus

    Views

    1.9K

    Likes

    0

    Replies

    3
  • 8/25/09
    When specifying item values (on the Binding tab) for a dropdown field, how do you access the specified values from a script - as opposed to accessing the string value?I'm using WindJack's sample script (programming lists part 1) for feeding a dropdown, but it needs the full string value of the initi...

    Views

    6.7K

    Like

    1

    Replies

    16
  • 8/25/09
    I have created a dynamic form with a "regular" button that submits the completed form via email using the following click event script:var oDoc = event.target;oDoc.mailDoc({bUI: true,cTo: emailaddress,cCc: emailaddress,cSubject: "here",cMsg: "here"});From here, I need to Hide/Lock the 'submit' "regu...

    Views

    10.6K

    Like

    1

    Replies

    12
  • 8/25/09
    Short of a "brute force" appraoch of checking each named object isn't null or "", is there a more elegant way, somewhat similar to what Paul put together for making all the fields read-only,  to check that all the required fields in a form have been completed before firing off the email button?

    Views

    759

    Likes

    0

    Replies

    1
  • 8/25/09
                                                                                                                                                                                                                                                                Hii have designed a dynamic table with 2 header ...

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 8/25/09
    How would I create a name field that would repeat on all subforms after it's filled in on the main form? So that the user would only have to fill in his/her name once, and it would automatically appear at the top of all the subforms he/she uses.

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 8/25/09
    The default color of the radio button is black. Can we modify the color of radio button with LiveCycle Designer 8 ? How about LiveCycle Designer 9 ?

    Views

    1.7K

    Likes

    0

    Replies

    2
  • 8/25/09
    I have a Flex 3 application retrieving data from ColdFusion.  The function in the cfc runs a simple query and returns the query to the Flex app as an arrayCollection object.  The weirdness comes into play when one or more date fields are returned.  For example, the following query returns just fine:...

    Views

    575

    Likes

    0

    Replies

    0
  • 8/25/09
    I am writing some code for a new form and I wanted to put each 'object' into its own script object - to keep things clean.However, I am having difficulty instantiating one object from another object. When you try to instantiate an object from a different script objectexecution of the code stops with...

    Views

    549

    Likes

    0

    Replies

    0
  • 8/25/09
    Hello,I am trying to connect a Listbox on a static PDF form to a XLS file. The user should be able to select on the PDF form an item of the listbox which is has been feeded by the xternal Excel file. I need to insert one row of two columns (e.g. cell A1 and cell B1) into the on line of the listbox.A...

    Views

    1.1K

    Likes

    0

    Replies

    2