Possibe to Disable EnterKey For Button? (OpenInsight Specific)
At 18 FEB 2000 03:23:13PM [email protected] wrote:
Is it possible to disable the Enter key on a BUTTON. In some case, I want the BUTTON to work only if they "CLICK" on the Button and not just "enter through it".
Thanks,
[email protected] onmouseover=window.status=imagine … ;return(true)"
Ray Chan ~ Symmetry Info
At 18 FEB 2000 06:58PM Don Bakke wrote:
Ray,
There is no distinction between pressing Enter and clicking on a button. However, your best bet would be to move the tabbing order of the button to be the last control on the form. Then in the CREATE event set the NEXT property of the second to the last data control to be the first data control (i.e. key ID) on the form. That way the end user will never hit the button by tabbing or pressing enter through the form. The only way they can access the button is to click on it.
At 19 FEB 2000 12:59AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Another way is to fake a button by having a bitmap and trapping the click on there.
[/i]World leaders in all things RevSoft[/i]
At 19 FEB 2000 01:39AM [email protected] wrote:
Thank you to Mr. Group and Mr. Bakke for your excellent response. I'm always delighted to see different approaches to tackling an issue.
[email protected] onmouseover=window.status=imagine … ;return(true)"
Ray Chan ~ Symmetry Info