Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 14-02-2012
    When it is added as an attachment to someone elses computer, the file completely changes its name to something encripted like the above. Is that normal? and is there a way around it?

    Views

    669

    Likes

    0

    Replies

    2
  • 14-02-2012
    Thanks to Jono & WhyIsThisMe for getting me started on my first scripting project! I am almost there with my purchase requisition form (90% made from the tutorial). Everything works except for the Taxable columnI can't figure out the correct syntax for checking the value of the check-box in the Taxa...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 14-02-2012
    Hi,I'm trying to make an expandable table whose fields are mandatory if a selection to make the table visible is selected.For instance, if the user selects "Yes" to a radio button, the table becomes available showing 4 rows that I want to make mandatory ONLY if the table is visible. I have accomplis...

    Views

    1.5K

    Likes

    0

    Replies

    6
  • 14-02-2012
    Is there a way to increase the size of the actual "fill in" marker (default, solid square, check mark, circle, diamond, etc) used in radio buttons when reendering a form as a static pdf? I know you can always increase the actual size of the radio button itself to increase the marker size, but for so...

    Views

    2.9K

    Likes

    0

    Replies

    3
  • 14-02-2012
    I'm trying to add a hyperlink to a form with a PDF artwork background. I tried using a "HTTP Submit Button" -- but I can't figuer out how to make the page open in a browser and not open the page as a PDF. Is it possible to just add a simple hyperlink in Livecycle Designer ES2 and have the link open ...

    Views

    5.1K

    Likes

    0

    Replies

    4
  • 14-02-2012
    I'm trying to figure out how to use the processFormSubmission web service. I have an XDP that I'm rendering as HTML. When a user submits the form, the following POST data is returned to the web server:[Seller_Name] => Array ( [0] => Joe Jones ) [dated] => Array ( [0] => 1/10/12 )[FSAPPLICATIONDATA_]...

    Views

    390

    Likes

    0

    Replies

    0
  • 14-02-2012
    Hello,I'm trying to have a button on the Master Page do different things according to which part of the form the user is on.if (xfa.host.currentPage = "1" ) { do x;}else {do something y; }It doesn't seem to work. It always does x. I suspect that since it's really 1 long page (flowed subforms) it's t...

    Views

    1.0K

    Likes

    0

    Replies

    3
  • 14-02-2012
    Can someone tell me how can I populate a text field from list box when I have multiple select. Here is example:List box consist: Hello World.I want to see this in text field: Hello,World.Thanks!

    Views

    2.8K

    Likes

    0

    Replies

    2
  • 13-02-2012
    Hi All,I have created a client application that can invoke my LiveCycle applications using either EJB or SOAP. Now, one of our architects is asking me to move my client application into the SAME JVM as LiveCycle is running and invoke the application locally for performance sake.I expect that it is p...

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 13-02-2012
    I have 2 buttons (ButtonShow and ButtonHide) that I have inserted in my masterpage 1. These buttons control the object elements in design page and chooses either to show or hide the fields depending on the selection. These are the scripts I have for these buttons:ButtonShow script:pageSubform.Header...

    Views

    2.1K

    Likes

    0

    Replies

    5