Hi Folks
Confused by this. I have an onDataChange event and I expected to get a form name form this:
function onDataChangeTest(oldValue, newValue, event)
{
application.output(event.getFormName())
}
However the event comes back as undefined?? Other code shows the correct event data? Is this not supported in onDataChange() or did I screw up how I’m supposed to be getting the event info on this event???
Fixed: my Idiocy knows no bounds…