G
Guest
Hi all.
I am working with the screen.activedatasheet. I can set my own shortcut
menu that is activeated when the user right clicks in the data portion of the
activedatasheet
Screen.ActiveDatasheet.ShortcutMenuBar = "myPopUpMenu"
but if I move the cursor to the left side of the data sheet or into the
title bar and right click I get a standard popup menu - not the custom popup.
If I use
Screen.ActiveDatasheet.ShortcutMenu = False
then no popups appear for the activedatasheet.
I need to control what popup menu appears througout the activedatasheet
including the left side border and the titlebar at the top of the sheet.
Any help would be great,
Thanks in advance
Gordon
I am working with the screen.activedatasheet. I can set my own shortcut
menu that is activeated when the user right clicks in the data portion of the
activedatasheet
Screen.ActiveDatasheet.ShortcutMenuBar = "myPopUpMenu"
but if I move the cursor to the left side of the data sheet or into the
title bar and right click I get a standard popup menu - not the custom popup.
If I use
Screen.ActiveDatasheet.ShortcutMenu = False
then no popups appear for the activedatasheet.
I need to control what popup menu appears througout the activedatasheet
including the left side border and the titlebar at the top of the sheet.
Any help would be great,
Thanks in advance
Gordon