Page 1 of 1

Right Click For Reports with buttons (2008-08-30) [MM3]

Posted: Sun Jul 06, 2008 1:38 pm
by onenonymous
Building on the success of my Right Click For Scripts - I've done the same for the Create Reports menu. This one works the same way - but adds a right-click menu for quick and easy access to Create Reports (this is the same sub-menu as found in the File menu.

Version 1.1 Update August 30, 2008 - Download the installer
--Added ability to create buttons or menus for any of the reports that are loaded in the right-click menus. This is same as the functionality I added to Right Click for Scripts (screenshots) Find the new functionality from the Reports toolbar button in the Standard toolbar. Select the menu item "Add Toolbar/Menu Buttons..." to open a form where you can create buttons or menus for any of the toolbars, menus or pop-menus.

Version 1.0 Created July 6, 2008 Download the installer
This script is built on v 1.41 of my RightClickForScripts script. Mostly just did a search and replace for "Script" and replaced with "Report"...then checked to be sure all works. Enjoy...

Re: Right Click For Reports (2008-07-06) [MM3]

Posted: Sun Jul 06, 2008 2:17 pm
by nynaevelan
Oh, this is fantastic, with the additions to RC4S that you and MoDementia have been creating, I thought I would wait a few days before asking for the reports to be added as well. And now I don't have to. :D I have just one minor request, would it be possible to have the Reports show up on the menu before the RC4W script?

Nyn

Re: Right Click For Reports (2008-07-06) [MM3]

Posted: Sun Jul 06, 2008 2:21 pm
by onenonymous
nynaevelan wrote:would it be possible to have the Reports show up on the menu before the RC4W script?
After you restart MM, it should show up before RCFS - I've got an update coming to RCFS that will group RCFS & RCFR in the same section. Watch for update in the RCFS thread.

PS - happy B-Day.... :wink:

Re: Right Click For Reports (2008-07-06) [MM3]

Posted: Sun Jul 06, 2008 2:32 pm
by nynaevelan
onenonymous wrote:
PS - happy B-Day.... :wink:
:D :lol: This is turning into a Birthday Weekend!!!

Nyn

Re: Right Click For Reports (2008-08-30) [MM3]

Posted: Sat Aug 30, 2008 10:43 am
by onenonymous
Script is updated.

Version 1.1 Update August 30, 2008 - Download the installer
--Added ability to create buttons or menus for any of the reports that are loaded in the right-click menus. This is same as the functionality I added to Right Click for Scripts (screenshots) Find the new functionality from the Reports toolbar button in the Standard toolbar. Select the menu item "Add Toolbar/Menu Buttons..." to open a form where you can create buttons or menus for any of the toolbars, menus or pop-menus.

Re: Right Click For Reports with buttons (2008-08-30) [MM3]

Posted: Mon Sep 01, 2008 12:02 pm
by Eyal
Cool! This (script) will speed up the process and save clicks for us lazy people...

Thanks onenonymous :D

Re: Right Click For Reports with buttons (2008-08-30) [MM3]

Posted: Thu Sep 04, 2008 8:24 pm
by nynaevelan
Eyal wrote:Cool! This (script) will speed up the process and save clicks for us lazy people...

Thanks onenonymous :D
Ditto!!! :D

Nyn

Re: Right Click For Reports with buttons (2008-08-30) [MM3]

Posted: Fri Apr 10, 2009 7:58 pm
by nynaevelan
One:

For some reason this script will not run from a toolbar shortcut in RC4R, any guesses why?

Nyn

Re: Right Click For Reports with buttons (2008-08-30) [MM3]

Posted: Sat Apr 11, 2009 8:34 am
by onenonymous
nynaevelan wrote:For some reason this script will not run from a toolbar shortcut in RC4R, any guesses why?
error in my code :oops: I'm surprised no one caught this one previously. Change line 197 in RCFR from

Code: Select all

For i = 0 To UBound(mnuCaption) - 1
to

Code: Select all

 For i = 0 To UBound(mnuCaption)

Re: Right Click For Reports with buttons (2008-08-30) [MM3]

Posted: Sat Apr 11, 2009 9:32 am
by nynaevelan
onenonymous wrote:
nynaevelan wrote:For some reason this script will not run from a toolbar shortcut in RC4R, any guesses why?
error in my code :oops: I'm surprised no one caught this one previously. Change line 197 in RCFR from

Code: Select all

For i = 0 To UBound(mnuCaption) - 1
to

Code: Select all

 For i = 0 To UBound(mnuCaption)
I'm not sure, I am going to assume I didn't have any problems because none of my other captions had a / in it? Either way I have seven others and none of them have ever given me any troubles. :-? Thanks for the quick fix though.

Nyn