I have a text box that I would like to run a procedure when the numeric value is entered or changed. I have it linked to a memory variable set equal to 0 initially. I thought the change delegate would do so, but when I have it point to my procedure using this delegate which is fairly simple, it won't store the entered value and won't run the procedure. Am I using the wrong delegate?