I'm using VFP 8 SP1.
I want to able to find the current value of a textbox in the KeyPress event. For example, if the textbox has "AB" already and then I enter "C", I want to able to tell that "C" will be the new value of the textbox in the KeyPress event. Another example, if the texbox has -45 already and then I enter 63, I want to able to tell that 6 will be the new value of the textbox in the KeyPress event and then 63 will be the new value when I press "3" to enter the "3" of the "63".
Thank you for any help.
I want to able to find the current value of a textbox in the KeyPress event. For example, if the textbox has "AB" already and then I enter "C", I want to able to tell that "C" will be the new value of the textbox in the KeyPress event. Another example, if the texbox has -45 already and then I enter 63, I want to able to tell that 6 will be the new value of the textbox in the KeyPress event and then 63 will be the new value when I press "3" to enter the "3" of the "63".
Thank you for any help.