I have a form which i develop in livecycle designer.On the form i have
textfield and a barcode field.I want to update barcode every time i
update textfield.Making a calculate event on barcodefield doesn't
work.Like:topmostSubform.Page1.barcode::calculate - (JavaScript,
client)this.rawValue = textfield1.rawValue;