Right Click For Reports with buttons (2008-08-30) [MM3]
-
- Posts: 374
- Joined: Sat Feb 02, 2008 1:09 pm
- Location: Texas
Right Click For Reports with buttons (2008-08-30) [MM3]
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...
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...
Last edited by onenonymous on Sat Aug 30, 2008 10:45 am, edited 1 time in total.
-
- Posts: 5559
- Joined: Wed Feb 07, 2007 11:07 pm
- Location: New Jersey, USA
- Contact:
Re: Right Click For Reports (2008-07-06) [MM3]
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.
I have just one minor request, would it be possible to have the Reports show up on the menu before the RC4W script?
Nyn

Nyn
3.2x - Win7 Ultimate (Zen Touch 2 16 GB/Zen 8GB)
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files
-
- Posts: 374
- Joined: Sat Feb 02, 2008 1:09 pm
- Location: Texas
Re: Right Click For Reports (2008-07-06) [MM3]
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.nynaevelan wrote:would it be possible to have the Reports show up on the menu before the RC4W script?
PS - happy B-Day....

-
- Posts: 5559
- Joined: Wed Feb 07, 2007 11:07 pm
- Location: New Jersey, USA
- Contact:
Re: Right Click For Reports (2008-07-06) [MM3]
onenonymous wrote:
PS - happy B-Day....


Nyn
3.2x - Win7 Ultimate (Zen Touch 2 16 GB/Zen 8GB)
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files
-
- Posts: 374
- Joined: Sat Feb 02, 2008 1:09 pm
- Location: Texas
Re: Right Click For Reports (2008-08-30) [MM3]
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.
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]
Cool! This (script) will speed up the process and save clicks for us lazy people...
Thanks onenonymous
Thanks onenonymous

-
- Posts: 5559
- Joined: Wed Feb 07, 2007 11:07 pm
- Location: New Jersey, USA
- Contact:
Re: Right Click For Reports with buttons (2008-08-30) [MM3]
Ditto!!!Eyal wrote:Cool! This (script) will speed up the process and save clicks for us lazy people...
Thanks onenonymous

Nyn
3.2x - Win7 Ultimate (Zen Touch 2 16 GB/Zen 8GB)
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files
-
- Posts: 5559
- Joined: Wed Feb 07, 2007 11:07 pm
- Location: New Jersey, USA
- Contact:
Re: Right Click For Reports with buttons (2008-08-30) [MM3]
3.2x - Win7 Ultimate (Zen Touch 2 16 GB/Zen 8GB)
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files
-
- Posts: 374
- Joined: Sat Feb 02, 2008 1:09 pm
- Location: Texas
Re: Right Click For Reports with buttons (2008-08-30) [MM3]
error in my codenynaevelan wrote:For some reason this script will not run from a toolbar shortcut in RC4R, any guesses why?

Code: Select all
For i = 0 To UBound(mnuCaption) - 1
Code: Select all
For i = 0 To UBound(mnuCaption)
-
- Posts: 5559
- Joined: Wed Feb 07, 2007 11:07 pm
- Location: New Jersey, USA
- Contact:
Re: Right Click For Reports with buttons (2008-08-30) [MM3]
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.onenonymous wrote:error in my codenynaevelan wrote:For some reason this script will not run from a toolbar shortcut in RC4R, any guesses why?I'm surprised no one caught this one previously. Change line 197 in RCFR from
toCode: Select all
For i = 0 To UBound(mnuCaption) - 1
Code: Select all
For i = 0 To UBound(mnuCaption)

Nyn
3.2x - Win7 Ultimate (Zen Touch 2 16 GB/Zen 8GB)
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files