bodylojohn
Registered User.
- Local time
- Today, 14:20
- Joined
- Dec 28, 2005
- Messages
- 205
Hello,
I have a label called "lblTest" in mij form header.
When I hover above this label I want a rectangle containing textboxes to appear. But when the mousepointer doesnt hover about the label the rectangle must disappear.
I tried: me.rectangle.visible = true on the mouseover event.
It nicely appears when I hover above the label.
But when I leave the label the rectangle doesn't disappear.
Also:
Is it possible that my rectangle is visible in both the formheader AND the detailssection?
I have a label called "lblTest" in mij form header.
When I hover above this label I want a rectangle containing textboxes to appear. But when the mousepointer doesnt hover about the label the rectangle must disappear.
I tried: me.rectangle.visible = true on the mouseover event.
It nicely appears when I hover above the label.
But when I leave the label the rectangle doesn't disappear.
Also:
Is it possible that my rectangle is visible in both the formheader AND the detailssection?