1 Make a new Module
Option Compare Database
Option Explicit
Global Const White = 16777215
Global Const LightBLue = 16776960
2 Private Sub CITY_GotFocus()
City.BackColor = LightBLue
End Sub
3 Private Sub City_LostFocus()
City.BackColor = White...
Hello All,
I run a delete query to remove bogus data entry,I would like have it attached to a button But! have it unknown to the user as it runs. I need some way to respond to the prompts coded.
Thanks
Pbk
Hi,
How do I implement a functionality where something is done over and over while I press the mousedown on for example a button and stop that something on mouseup.
I can't just do a while loop in a function coz that locks the browser completely.. Help please..!
<form name='autocomplett' onsubmit='hoppa();return false'><input name='boxen' type='text' size='14' class='ruta' onkeyup='autocompl()' autocomplete='off'></form>
why doesn't this piece of code make netscape calling function autocompl() when a key is pressed in the input box?
It works perfectly...
Hi,
I've used DIV and Style positioning for handling layers.
I've made one layer surrounding all other layers making them nested.
<DIV id="layer1" style="positon..etc..etc"> here comes all other info and all other nested layers
</DIV>
The problem is:
I got a javascript...
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.