M
Morten Snedker
As many others I think normal buttons sux in layout, color etc. So I
thought that I'd use labels instead.
A command buttons click event:
'---
Docmd.Hourglass True
....some code
Docmd.Hourglass False
'---
This works fine!
But the same code on a labels click-event doesn't work. That is, it
runs through code without error. It executes "some code" perfectly.
But the hourglass never shows, when clicking label. But it shows
clicking command button. How come?
Also, it works on a labels double-click...
/Snedker
thought that I'd use labels instead.
A command buttons click event:
'---
Docmd.Hourglass True
....some code
Docmd.Hourglass False
'---
This works fine!
But the same code on a labels click-event doesn't work. That is, it
runs through code without error. It executes "some code" perfectly.
But the hourglass never shows, when clicking label. But it shows
clicking command button. How come?
Also, it works on a labels double-click...
/Snedker