Bodmoor
2018-01-12T13:28:02Z
Hello,

When I delete text from an editable cell, any cell, I get the windows 'beep' sound. The same sound as when you'd call DoCmd.Beep

How can I disable this sound in MS Access?
Igor/10Tec
2018-01-12T16:07:15Z
You are not the first who asked about that - one more developer has already asked us about that in private email correspondence.

MS Access is a very specific development environment. One of its problems for other control developers is that Access always tries to intercept keystrokes before other controls on the form see them. Access does that to perform its own actions for some predefined keys, and we may have no chance to change this behavior.

Other developers also know about this problem, but no solution has found yet. You can find many reports about this problem in the Internet like this:

https://www.access-progr.../showthread.php?t=144862 

BTW, we already implemented many workarounds inside iGrid to make main keys work as expected, and we did this only because of MS Access. Sometimes we simply need to re-implement the functionality of a standard key like ENTER to mimic its normal work in Windows - which is odd as we get it with no coding in other development environments.

I am going to investigate this issue more. Perhaps, I'll find a way to intercept the Backspace key before Access, but in this case the Backspace key functionality (when the character before the caret is deleted) must be re-implemented manually. Argh...

I am aware of this problem, and if I ever find a solution, I'll tell the community here.
Bodmoor
2018-01-15T07:47:56Z
Thanks for your response.

I understand (the frustration) completely. I'll perform some experiments of my own, by subclassing access I should be able to intercept the backspace keystroke. If I get any useful results, I'll post them here.
Igor/10Tec
2018-01-16T11:35:28Z
I have implemented the workaround for this problem and sent the link to the new build of iGrid to try to your email.

Let us know, please, whether the new build is free from the problem you reported.
Igor/10Tec
2018-01-19T16:22:28Z
The update 6.50.84 published today contains a workaround for this problem. Now users won't hear beeps when they hit Delete or Backspace in iGrid on MS Access forms.
Irmgard
2018-04-25T10:32:43Z
Originally Posted by: Igor/10Tec 

You are not the first who asked about that - one more developer has already asked us about that in private email correspondence.

MS Access is a very specific development environment. One of its problems for other control developers is that Access always tries to intercept keystrokes before other controls on the form see them. Access does that to perform its own actions for some predefined keys, and we may have no chance to change this behavior.

Other developers also know about this problem, but no solution has found yet. You can find many reports about this problem in the Internet like this:

https://www.access-progr.../showthread.php?t=144862 

BTW, we already implemented many workarounds inside iGrid to make main keys work as expected, and we did this only because of MS Access. Sometimes we simply need to re-implement the functionality of a standard key like ENTER to mimic its normal work in Windows - which is odd as we get it with no coding in other development environments.

I am going to investigate this issue more. Perhaps, I'll find a way to intercept the Backspace key before Access, but in this case the Backspace key functionality (when the character before the caret is deleted) must be re-implemented manually. Argh...

I am aware of this problem, and if I ever find a solution, I'll tell the community here.



Hi all!
I got a Problem with Backspace and Delete Key i a bound Microsoft Access Form.
Is there a solution for the Problem or does anyone have a Workaround?

Thanks in advance
Igor/10Tec
2018-04-25T10:42:12Z
Are you using the latest iGrid, 6.50.84? If not, switch to it.
Irmgard
2018-04-25T11:43:20Z
Originally Posted by: Igor/10Tec 

Are you using the latest iGrid, 6.50.84? If not, switch to it.



I am using 6.50.0.80 ... how can i get the latest version? On the homepage i only can get demo version ...

Thanks in advance

Igor/10Tec
2018-04-25T13:48:03Z
The instructions of how to upgrade to the latest version have been sent to your email.