Without creating a totally new custom class, can I just add a new property to the VFP7 existing TextBox Base Class.
I would like to add a Property to hold the TextBox's Original Value (from When method) which can be later compared against the possible New value (in Valid method). Like Marcia mentions in thread1254-812041 but not with a Custom TextBox class.
Yes I can do this with a Form Property, but it would be easier and more flexible if I could do this with a TextBox property.
Thanks,
I_Forgot
I would like to add a Property to hold the TextBox's Original Value (from When method) which can be later compared against the possible New value (in Valid method). Like Marcia mentions in thread1254-812041 but not with a Custom TextBox class.
Yes I can do this with a Form Property, but it would be easier and more flexible if I could do this with a TextBox property.
Thanks,
I_Forgot