Skip navigation
Currently Being Moderated

Radio Bullet Data  Doesn't Export

Jul 5, 2012 12:05 PM

I am having trouble getting the radio bullet the user selects to export to my spreadsheet.

One is Vacation and the other is PersonalLeave. I named the subfolder EmployeeInfo

 

Any idea why the selection does not export. I did click the "Specify Item Values" and named them because I am using a script below to populate a drop down based on which bullet they select.

ScreenCapture.PNG

Form1.PayInfo.HoursPaid::preOpen - (JavaScript, client)

this.rawValue == null;

this.clearItems();

if(EmployeeInfo.VacationOrPersonalLeave.PersonalLeave.rawValue == "Personal Leave")

{

this.addItem("4 Hours", "4");

this.addItem("8 Hours", "8");

}

if(EmployeeInfo.VacationOrPersonalLeave.rawValue == "Vacation")

{

this.addItem("4 Hours", "4");

this.addItem("8 Hours", "8");

this.addItem("5 Hours", "5");

this.addItem("10 Hours", "10");

}

.

 
Replies
  • Currently Being Moderated
    Jul 5, 2012 2:59 PM   in reply to DKinsley

    Hi,

     

    Try and see if the radio button (and radio button exclusion groups) are set to a Name/Normal in the Object > Binding palette.

     

    Niall

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 6, 2012 4:29 AM   in reply to DKinsley

    Hi,

     

    I would always recommend naming objects. Unnamed objects are a pain when scripting.

     

    Niall

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points