I have a form, with a text box and a cancel button.
When i enter text in the box and hit the enter key, the window closes. My guess is that it is acting like the cancel button. Therefore within the properties of the cancel button, I changed the cancel property to False. Originally set to True. This does not have any effect clicking the enter key in the text box still closes the form.
When i enter text in the box and hit the enter key, the window closes. My guess is that it is acting like the cancel button. Therefore within the properties of the cancel button, I changed the cancel property to False. Originally set to True. This does not have any effect clicking the enter key in the text box still closes the form.