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

  • 17-09-2009
    Hello,I am working on a form that I need to join/merge 3 text fields into 1 text field. e.g. address, apt/suit, city. Can anyone show my how to do it in LiveCycle Designer 7.2. Note that these fields are binding from the data connection which is a web service.Thanks in advance,Han

    Views

    739

    Likes

    0

    Replies

    1
  • 17-09-2009
    Hi,I'm using forms to gather responses to documents we post for comment. Our website renames all files with a numeric name, so it's hard to distinguish between the files when they are received using the default subject line. I would like to set the subject to something like "Response Form: subject",...

    Views

    483

    Likes

    0

    Replies

    0
  • 17-09-2009
    I want to create a save and send button in a form where on clicking the form it gets saved and then gets attached to the email. I want the "to" field and "subject" field to be left open so that it can be sent to anyone in my company. If the default email service is a internet service provider than i...

    Views

    739

    Likes

    0

    Replies

    1
  • 17-09-2009
    Is there any option to enable XML data submitting to be anonymous.One more question, Can the XML data be submitted simultaneously to 2 email addresses?Thanks,Prashant.

    Views

    727

    Likes

    0

    Replies

    3
  • 17-09-2009
    Hi allI want to design a simple clock/timer (updated every second or 1/10 second) as a LC designer xdp form. I have found a great example of how its done in an acroJS formsee link:http://www.acrobatusers.com/tutorials/working-date-and-time-acrobat-javascript-part-3-3I cannot make the functions setIn...

    Views

    2.7K

    Likes

    0

    Replies

    4
  • 17-09-2009
    I have created a form using Livecycle Designer. I have 2 issues;-1. How to create growable text field.2. There is some text before and after the growable text field, how to make the texts after the growable text field "grow" as the growable text field grow. (when the user starts filling the field th...

    Views

    3.0K

    Likes

    0

    Replies

    14
  • 17-09-2009
    Hi,Let's say that I have 10 textfields on my SubForm.How can I change with javasctipt on initialisation of SubForm(s2) ALL textfields.w = "3in";s2.w = "3in";s2.Tekstveld2.w = "3in";tnx.

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 16-09-2009
    Hi,i have one aspx page in which i have embeded an swf object,which calls webservice to load data,it works fine on localhost,but when uploaded it gives the error no 2032 stream error ,i added the crossdomain.xml in the root project then that error was gone and found the following error,"unable to lo...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 16-09-2009
    Need to display a progress bar using thermomter object while invoking a web service.Lets assume the function loadWebService() has the logic to connect and retrieve data from a web service.Can anyone drop a few lines of code to implement this logic??I have tried the following it doesn't works:line 1:...

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 16-09-2009
    Can anyone help on the setTimeOut() function?I'm writing the code app.setTimeOut("app.alert('hello')",2000) which works correctly;but the following code doesn't works..app.setTimeOut("sayHello()",2000);function sayHello(){ app.alert('hello');}May i know where i'm doing mistake?Thanks,Nith

    Views

    7.9K

    Likes

    0

    Replies

    4