Avatar

Level 10

Sorry,

Just looked at the xml file and see that you have a display value and two bound values. The previous example will not work here. I will have a look and see if I can come up with anything.

N.

I tried this, but it didn't work. I am trying to access the dataset to get the FAC value.

var vDepart = xfa.datasets.data.TEST1;

var i = Departments.selectedIndex;

oFAC.rawValue = vDepart.item(i).FAC.value;

This was in the calculate event of the FAC object (which I renamed to oFAC to keep it different from the xml file item).

Hope someone can help you.

N,