Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 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.1K

    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

    575

    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

    384

    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

    647

    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.5K

    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

    649

    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

    403

    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

    505

    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

    713

    Likes

    0

    Replies

    7
  • 12/20/07
    Hi,I am trying to make a field readOnly after the data has been entered. I found this java script by searching the forum. It works fine with the alert, but it does not make the field readOnly. Can someone enlighten with a solution.Thanksvar returnValue = app.alert("Is this correct?",2,2); if (return...

    Views

    320

    Likes

    0

    Replies

    0