I have a numeric edit mask on my window with a spin control. However I can’t seem to find the correct event that executes every time a user clicks on one of the spin control up or down arrows. I want a text field to update with a value every time the spin control is clicked and the value is changed. The Modifed event only fires after I tab off the edit mask control or it looses focus. Does anyone know of a user defined event for getting the modified event to fire every time the spin control is clicked? I’m using PB 6.5 by the way. Thanx for any help =)