In an OI 3.7.5 window, I have a key field that loads a deal of information throughout the rest of a form. I am adding a LOST_FOCUS event script for the field, but when it is called, the key field no longer pulls up the data in the other fields of the page. This is the code I have left after commenting out 99%:
declare function get_property, set_property, msg
customer.number=get_property("CUSTOMER_ADDRESS_ENTRY.CUSTOMER_NUMBER","TEXT")
RETURN 0
The fields still won't update and I'm wondering if the return statement has anything ot do with it. Can someone help me?
- Brad
Try RETURN 1