Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 12/21/07
    Hi EveryoneI currently have a form that is calculating an amount field. The one field is a dollar amount of 970.00 and the second field contains a rate of .0215. This field needs to allow for 4 decimal places. Then the amount field equals 970*.0215. The answer I see online because we render our form...

    Views

    574

    Likes

    0

    Replies

    4
  • 12/21/07
    Created a form and it worked fine. Added some lines of text to the form and now users can not fill out the form. Wondering what I did to have the happen.

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 12/21/07
    I'm throwing this out here because I want to know if this is possible or not and if so how to go about this.I have a form that a user will fill out. This form consists of ID's and Names. The user exports this form as an xml. The xml would look something like this:1test2test2This file can have any...

    Views

    545

    Likes

    0

    Replies

    0
  • 12/21/07
    I scanned in predesigned forms - converted the forms to PDF. Then I tried to create the forms as fillable forms in LiveCycle. Most of the fields were not recognized. I tried scanning again increasing the density to the highest and at 300dpi. A few more fields were identified in the forms but most we...

    Views

    354

    Likes

    0

    Replies

    0
  • 12/21/07
    In the tracking section, you can find out what have you done in the WorkSpace, correct?Is there a way to manually create some tracking records into LiveCycle's database?If it's possible to do, how to do it? is it documented somewhere? in SDK, API manuals?The reason for doing this is, users have some...

    Views

    608

    Likes

    0

    Replies

    1
  • 12/21/07
    I have a form for this law firm I work for and I'm trying to make it so it will take the inputed value of multiple fields from multiple pages and find the sum and then display it into another field. I know how to write the FormCalc for fields on one page but, I don't know how to write the script/val...

    Views

    3.4K

    Likes

    0

    Replies

    6
  • 12/21/07
    Hi,I have the following FormCalc script as a Calculate event. Can anyone please tell me what's wrong with it. I need to avoid a divide by zero error if someone enters 0 in either of the two referenced fields. if (HasValue(EstimatedTotalEligibleCosts <= 0) or (EstimatedGMFGrant <= 0))then this.rawVal...

    Views

    628

    Likes

    0

    Replies

    2
  • 12/20/07
    Can anyone please help with this error?exception: flex.messaging.MessageException: Unable to contactthe RMI registry on 'localhost' to look for the oldFusion DataManagement Service: java.rmi.onnectionIOException: error duringJRMP connection establishment; nested exception is:java.net.SocketTimeoutEx...

    Views

    366

    Likes

    0

    Replies

    0
  • 12/20/07
    I have the policy server working and can connect to it using Acrobat 7 without any problems, everything works fine that way. I setup SSL in JBOSS and are able to access the Rights Management Admin UI at (https://localhost:8443/edc/). However, when I try to access the policy server using Acrobat 8, t...

    Views

    478

    Likes

    0

    Replies

    1
  • 12/20/07
    I don't know much about Javascript, but it seems like this should be easy to do...How do I make an "if" statement dependant on two variables.i.e.if (a == 1) && (b == 2){ 3}else { 999}

    Views

    669

    Likes

    0

    Replies

    7