Hi, Glad I could help,If you can't get rid of the hyphen from the field
name you could try either;this.rawValue =
eApp.resolveNode("ENB-7-07-CAGAIN_Page_4").AccountNumber.rawValueorthis.rawValue
= eApp["ENB-7-07-CAGAIN_Page_4"].AccountNumber.rawValueYou can also
change the binding name so the XML still comes out with a hyphen but the
field name uses something else.RegardsBruce