Expand my Community achievements bar.

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

  • 22-10-2012
    I have created a table in LiveCycle ES2 with buttons to add/remove rows. In addition, I have a drop down box that contains currency and I have been trying to link the table and drop down box so that every time I select a currency, the Caption in the first cell of each row changes to the currency sel...

    Views

    626

    Likes

    0

    Replies

    1
  • 21-10-2012
    Hello I have been attempting to create a script to disable/enable mandatory fields with some success, however the form now makes these fields come up with a validation error which I have been unable to rectify.  if  (NSFin.rawValue == "0") {this.mandatory ="disabled"; }//make field optionalelse { th...

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 21-10-2012
    I'm trying to figure out how to allow a user to select from a list either one or multiple selections.My format is as such...Header 1Header 2Indicate your hobbies (check all that apply)cb1     Bicyclingcb2     Motorcyclingcb3     Scuba divingcb4    Gardeningcb5    OtherVery similar to a radio button ...

    Views

    789

    Likes

    0

    Replies

    1
  • 21-10-2012
    I have been searching the forum and trying to view pdfs that have had problems but the links are no longer available I suppose. regardless.I did find a time calculation script from a form that I am trying to modify it  I don't even know if the scrript is truly valid for calculation, it does work wh...

    Views

    889

    Likes

    0

    Replies

    2
  • 21-10-2012
    I've created a timesheet with a dynamic table.  Users can add rows to record their time.  They can use more than one row per date.  They pick the date in the first cell from the date drop down.  Is there a way to script so that I can make sure they aren't putting more than 24 hours into one day?

    Views

    1.9K

    Likes

    0

    Replies

    6
  • 21-10-2012
    This sounds very simple, but being brand new to LifeCycle, I'm trying to accomplish this simple task, but can't and would appreciate some help from someone on how to do this.Note that when I run the form "as is", data comes out fine on lines 1A, 1B & 2A. This is done by simply running a program and ...

    Views

    394

    Likes

    0

    Replies

    0
  • 21-10-2012
    This sounds very simple, but being brand new to LifeCycle, I'm trying to accomplish this simple task, but can't and would appreciate some help from someone on how to do this.Note that when I run the form "as is", data comes out fine on lines 1A, 1B & 2A. This is done by simply running a program and ...

    Views

    769

    Likes

    0

    Replies

    1
  • 21-10-2012
    In the form linked below, when you click on the "Hide Closed" button all of the Action Item rows that have a date in the "Closed Date" field become hidden from view.  Kyle created that script and it works great. Now I need to make the ActionSubform (A or B) completely hidden when all the Action Item...

    Views

    497

    Likes

    0

    Replies

    0
  • 19-10-2012
    I've created a form that uses a submit button with HTTP-POST.   I've tested this against a script that displays the fields, however, I'd like to table the posted data to SQL.   Can someone show me some code to parse this data with CGI, or PHP?

    Views

    446

    Likes

    0

    Replies

    0
  • 19-10-2012
    Does anyone know how to duplicate a set of instances later in a form upon clicking a button? (client wants a report page at the end)

    Views

    833

    Likes

    0

    Replies

    2