I have had a ActiveX control created to wrap the
webbrowser control. To cover the sizing problem in access.
However. When I place this control or the original control
in access and get everything working properly. One thing
remains that will not work.
You cannot press enter on an HTML input box type text and
expect a result.
Anyone have a scrap of a clue what causes this one? is
there anyway around it.
Timbuck2 - 05 Sep 2003 19:17 GMT
<script language="Javascript">
function kPress()
{
if (event.keyCode == 13){alert (event.keyCode)}
}
</script>
</HEAD>
<BODY onKeyPress = kPress()>
works great in a browser doesn't fire in webbrowser
control in access.
I can send email to space satellites but I cant send a 13
to my parent.
any clues appreciated.
Timbuck2 - 06 Sep 2003 08:44 GMT
If I key preview and msgbox the key I find the event fires
for the access form that enter was pressed in the text box
in the webbrowser control
I suspect this has something to do with access monitoring
keystrokes and the edit preferences for the db - I've
changed these with no luck .
huangxinban - 26 Oct 2003 19:15 GMT
> I have had a ActiveX control created to wrap the
> webbrowser control. To cover the sizing problem in access.
[quoted text clipped - 5 lines]
> Anyone have a scrap of a clue what causes this one? is
> there anyway around it.
huangxinban - 26 Oct 2003 19:15 GMT
> I have had a ActiveX control created to wrap the
> webbrowser control. To cover the sizing problem in access.
[quoted text clipped - 5 lines]
> Anyone have a scrap of a clue what causes this one? is
> there anyway around it.
Aula - 30 Oct 2003 13:09 GMT
Timbuck2 <newsgroups@cmsupport.com> escribi? en el mensaje de noticias
2ca901c373c4$b4dc5a30$a501280a@phx.gbl...
> I have had a ActiveX control created to wrap the
> webbrowser control. To cover the sizing problem in access.
[quoted text clipped - 5 lines]
> Anyone have a scrap of a clue what causes this one? is
> there anyway around it.