Avatar

Level 2

Hi Paul,

The following  code is not working for me

//Return Field A to original position
var oAy = xfa.layout.y(FieldA, "in");
//app.alert(oAy)
FieldA.y = ".625in";

Maybe because FieldA in my case is a collection of 2 text fields and texts. I have wraped them in a subform. If I replace FieldA with the name of the subform, it is not working.

Is there any solution for that?

Thanks,

Sandhya