event click ???

hi,

When create a new line in my SalesLine Form, and when the user pick an Item Number from the Item Number field, how do i initiate the click event to do something about that item right after the user done clicking on it ? is there such a method ? void click ? Thank you.

You are probably looking for the modified() method on the control (or on the datasource field or modifiedField on the table)

This method gets called automatically after you selected a new value (Item Number, in this case)

Thanks Kashperuk, finally got it to work [:D]