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

  • 10-06-2010
    Hi,I am creating a simple form and which is completed in pen and posted to my company.When creating a date field, I would like there to be a comb of 8 characters with DD/MM/YYYY in a light font in the background of the date field. I am having difficulty doing this so any help would be much appreciat...

    Views

    491

    Likes

    0

    Replies

    3
  • 10-06-2010
    Hi Experts,I have an Adobe Form which I want to save in a Password protected FTP site.I have written the following code in the submit buttonTYPE = HTTP SubmitURL = ftp://username:password@host/But once the submit is clicked, I can see ONLY the display of the files in this FTP Server.My requirement i...

    Views

    496

    Likes

    0

    Replies

    0
  • 10-06-2010
    Hi,I am trying to use public string lockResource(string resourceUri, short lockScope, short lockDepth, int expireSecondsFromNow, [System.Xml.Serialization.XmlArrayItemAttribute("item", Namespace="http://xml.apache.org/xml-soap", IsNullable=false)] mapItem[] attributes);but in Lock class there is no ...

    Views

    320

    Likes

    0

    Replies

    0
  • 09-06-2010
    Hello All ,I want to handle some exception / errors that may arise while the user is filling the form so that the JavaScript console should not show any error rather we can simply show an alert / message .Say I got a dynamic table where the user can add / delete row at run time . There is a minimum ...

    Views

    764

    Likes

    0

    Replies

    1
  • 09-06-2010
    Hi,I am doing PDF merging using using assembler. But the issue is after merging some of the fields of pdf are non editable. Can some one tell me why this is happening.

    Views

    566

    Likes

    0

    Replies

    1
  • 09-06-2010
    Hello!My name is Rafael. I speak from Brazil.I am new user on the AdobeCycle softwareI am doing a form and I need help, please.My project form has three pages:1ª Page - Instrucion2ª Page - form with fields to be fill3ª Page - (This page will be hidden). This page will get the informations from the i...

    Views

    3.3K

    Likes

    0

    Replies

    32
  • 09-06-2010
    I've created a pdf form using Word and then converting it to pdf and then opening in LiveCycle Designer to add fields including drop-down menus. When my form is opened in Reader, the drop-down menus don't show up... What am I doing wrong?Thanks for your replies...

    Views

    537

    Likes

    0

    Replies

    2
  • 09-06-2010
    Is it possible to restrict the entries of a drop down list, by clicking a radio button?What I am trying to achieve is:Say my form has a drop down list, with six selections in the list;Type A1Type A2Type A3Type B1Type B2Type B3Is it possible to click a radio button, and only "Type A1, Type A2, & Type...

    Views

    1.2K

    Likes

    0

    Replies

    8
  • 09-06-2010
    Does anyone know how I would (using date field) have a user choose a date (call it Field1) and have it calculate 30 days from whatever date is chosen in Field1) and auto populate it in another filed (call it Field2). Ideally user would not have to 'click' in Field2 to have information populated...So...

    Views

    1.8K

    Likes

    0

    Replies

    6
  • 09-06-2010
    A previous forum user help me out by giving me this code: form1.#subform[0].Term_Start_Date::exit - (FormCalc, client)// Get the number of days from the epoch for the starting datevar startNumber = Date2Num(Term_Start_Date.rawValue,"YYYY-MM-DD")// Add the lease term to the startNumbervar diff = star...

    Views

    484

    Likes

    0

    Replies

    2