Please help me to troubleshoot why the ENTER key in the Pageframe form is not jumping to the next field. I have the same field setup in the simple form and it will jump to the next field.
Thanks but I already checked it and I have many fields in this form and non of them is working (only the Tab will move to the next field...). And I am very sure that I did not disable the ENTER key or assign it to something else.
Since the Windows standard is to use Enter to "press" the default command button (i.e. Default property is .T.), I'd check to see if you have any so designated.
Also, check to see if this form has KeyPreview set to .T.
It has nothing to do with the 'shape' I already verified this with other forms that are working properly.
I also, set the 'KeyPreview' to .T. I even create a new form that has PageFrame and the the ENTER key is working properly.
Rick, I don't understand what you mean by "Since the Windows standard is to use Enter to "press" the default command button (i.e. Default property is .T.), I'd check to see if you have any so designated."
A command button has a property "Default". If this value is .T., then pressing the Enter key will trigger the Click Event on that command button.
Notes:
1)If you trap for Enter in the KeyPreview of the form, or have a global ON KEY LABEL for Enter then these may override this action.
2) If multiple buttons have Default = .T., then then next one in the tab order will be triggered.
Thanks for your answers. I already verified all these thing and nothing really stands out so far. This is a tuff one...because other forms in the system are working properly. The only thing different in this particular form is it has a Pageframe (five Pages). Even so, I have created a test form that use Pageframe and the ENTER key is working fine. Man...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.