Pop up menu containing links

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?
 
Simple Software Solutions

Hi

Firstly you mention textbox(es) in the plural sense:confused: What are you expecting to see in this rectangle? If it is as I think a type of sub menu then why not create a sub menu?

To make your rectangle invisble then on the section where the label exists put me.rectangle.visible = False on the mousemove property.

Code Master:cool:
 
Hi

Firstly you mention textbox(es) in the plural sense:confused: What are you expecting to see in this rectangle? If it is as I think a type of sub menu then why not create a sub menu?

To make your rectangle invisble then on the section where the label exists put me.rectangle.visible = False on the mousemove property.

Code Master:cool:

How do I create a submenu?
 
Simple Software Solutions

The easiest way to do this is to first create a macro that performs all the actions you want it to do, Ie Open form A, print document, etc.

Save your macro
Then highlight it

Next click on Tools and Macros
Then select Create Shortcut menu from Macro

Access with then create a shortcut menu for you

Finally design your form and set the Shortcut menu name to the macro

When you then right click on the form you will see your shortcut menu.

Code Master:cool:
 

Users who are viewing this thread

Back
Top Bottom