Hi,I need some help with duplicating data in form fields. I have a field, "BatchNo", that is bound to a database. I need to repeat this field on each page of my form, but I can't use global binding.I have in my "exit" for the BatchNo field:F.Page2.BatchNo1.rawValue = this.rawValue;but it is not work...