Expand my Community achievements bar.

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

  • 11/27/12
    My date time field has the pattern set as date{MM/DD/YYYY}Yet the time is still displaying.  Any suggestions?  I only need the date to display.

    Views

    861

    Likes

    0

    Replies

    2
  • 11/26/12
    I have a numeric field in a form. I want to restrict the valid entries to 0 - 30 only. I have tried using some script tips I found online, but all I get are errors. Is there anyway to do this without using a script? If script is the only way, I would certainly appreciate help. Thanks in advance!- Ri...

    Views

    777

    Likes

    0

    Replies

    2
  • 11/23/12
    HelloPls. help me by suggesting a good pattern for a decimal field of amount value, my issue is as belowThe lengths are as below,I specified the Pattern for this field as below (its as --> null{}|zero{}|num{($z9,999.99)}|num.decimal{}), pls. note i did't put any Pattern in EDIT tab1) But, when user ...

    Views

    1.8K

    Likes

    0

    Replies

    4
  • 11/22/12
    I am very new at writing Javascript and am having a lot of fun learning.  I need some help with one that has me out in left field.I have a negative (or a positive) value in a cell.  Generally, the value is going to be negative with only a few exceptions in the other direction.  What I want to do is ...

    Views

    1.4K

    Likes

    0

    Replies

    4
  • 11/21/12
    I'm using Livecycle Designer ES2 provided with Acrobat X Pro.  I have a form where the age field is calculated from the date of birth field.  The date of birth field (DOB) is a date/time field.  The age field (Age) is a numeric field.Problem is: when user enters 01/01/01 shows age as 101.  When user...

    Views

    3.0K

    Likes

    0

    Replies

    4
  • 11/21/12
    i have a dynamic form with three decimal fields:grossamount (grossamount)withholding percentage (fwpercent)withholding amount (fwamount)i have the following scripts:  form1.#subform[0].fwpercent::calculate - (FormCalc, client)fwamount/grossamount*100  form1.#subform[0].fwamount::calculate - (FormCal...

    Views

    925

    Likes

    0

    Replies

    1
  • 11/21/12
    Hi,I have windows 7 64 bit.I downloaded the Live Cycle es3 server and tried installing.Installation went fine but when i went to the document to configure i see following missing files in the installation folder.1) To run Configuration Manager later, deselect the Start Configuration Manager option b...

    Views

    8.6K

    Likes

    0

    Replies

    23
  • 11/20/12
    I am using the following script to populate a drop-down list:var myDdl = new Array(" ","Item1 ","Item2 ","Item3 ");function populateMyDdl(dropdownField){var i;for (i=0; i < myDdl .length; i++)dropdownField.addItem(myDdl [i]);)The drop-down list is populated just fine, but now I would like to add val...

    Views

    1.9K

    Likes

    0

    Replies

    1
  • 11/19/12
    Hello,I'm working with Adobe LiveCycle ES 2.... I have a proccess with this ddx document:<?xml version="1.0" encoding="UTF-8"?>      <DDX xmlns="http://ns.adobe.com/DDX/1.0/">           <PDF result="outDoc" >                <PDF sourceMatch=".*" />           </PDF>     </DDX>Work with n documents ve...

    Views

    2.5K

    Likes

    0

    Replies

    1
  • 11/19/12
    How do I enable the 'Preview PDF' option, under the View? At the moment it's grayed out?

    Views

    2.8K

    Likes

    0

    Replies

    1