Re: Hitting Back Space in Remote Panel while entering character in string control

2004-03-02 Thread Shea C
Here is another link to Microsoft's page about the problem. You may want to post the issue on their site to see if someone has found a way to fix the problem since this happems for all applets running in IE. http://support.microsoft.com/default.aspx?scid=kb;en-us;235239Product=ie Hope this

Re: Hitting Back Space in Remote Panel while entering character in string control

2004-03-01 Thread Shaun Martin
Cut and paste this snippet into your the HEAD of your HTML document to make IE ignore the backspace. lt;script language=JavaScriptgt;lt;!-- function mykeyhandler() { if (window.event window.event.keyCode == 8) { // ignore the backspace window.event.cancelBubble = true;

Re: Hitting Back Space in Remote Panel while entering character in string control

2004-03-01 Thread A. Senthilnathan
Thanks Shaun Martin for your help, the code snippet was very useful. Now the back space is not going to the previous page. Still it is not able to clear the last character entered in the remote panel string control. Is there any labVIEW settings to do this?

Hitting Back Space in Remote Panel while entering character in string control

2004-02-25 Thread A. Senthilnathan
I am using Remote Panel in my application. I use string control where user enters some information through remote panel to the software. While entering the info in the string control in remote panel (using IE 6), If i mistype any thing and hit back space, IE goes to previous page. Instead I would

Re: Hitting Back Space in Remote Panel while entering character in string control

2004-02-25 Thread Shea C
Hello A. Senthilnathan, Thank you for your inquiry regarding Remote Panels. After building an application using Remote Panels I understand the problem that you are having. However, the Backspace keystroke is assigned to IE and can only be reassigned by possibly modifying the IE registry. One