I have a Keyboard form for touchscreen application. I store the value of what the user types in txtPassingValue.
This form will be invoked each time the user clicks on any field requiring a keyboard entry on other forms. Once the keyboard form opens, the user will type in what they need to and on clicking "Done", the txtPassingValue should be passed on the control on the previous form that called for this entry.
I am unable to figure out how to refrence back to the control that called the Keyboard form.
Any help would be very much appreciated!
Thank You!
This form will be invoked each time the user clicks on any field requiring a keyboard entry on other forms. Once the keyboard form opens, the user will type in what they need to and on clicking "Done", the txtPassingValue should be passed on the control on the previous form that called for this entry.
I am unable to figure out how to refrence back to the control that called the Keyboard form.
Any help would be very much appreciated!
Thank You!