Expand my Community achievements bar.

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

  • 10/22/12
    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

    713

    Likes

    0

    Replies

    1
  • 10/21/12
    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.1K

    Likes

    0

    Replies

    1
  • 10/21/12
    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

    860

    Likes

    0

    Replies

    1
  • 10/21/12
    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

    990

    Likes

    0

    Replies

    2
  • 10/21/12
    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

    2.1K

    Likes

    0

    Replies

    6
  • 10/21/12
    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

    434

    Likes

    0

    Replies

    0
  • 10/21/12
    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

    844

    Likes

    0

    Replies

    1
  • 10/21/12
    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

    547

    Likes

    0

    Replies

    0
  • 10/19/12
    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

    491

    Likes

    0

    Replies

    0
  • 10/19/12
    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

    902

    Likes

    0

    Replies

    2