Disable Refresh Button

That, I am not sure about. I don't believe you can do that company-wide via the "Global Options".  If you wanted that you may have to script that in a customization.
I have a dashboard with 4 queries. The primary query looks up data and presents it into the other 3 query grids. This works as I want it with one exception. I don't want users to be able to press the refresh button when they are located in any grid except the primary search grid. Does anyone know how to do this?

--

Thanks,

Ivan A. Wright | Systems Interface Development SpecialistÂ

NRS -- 100% Employee OwnedÂ

Â

2009 S. Main St. Moscow, ID 83843

ivan@... | www.nrs.com

p: 208.883.7834 ext.262 | f: 208.882.1744

Ivan,

Not sure if you ever got an answer but I had to do this today so I though I would post one.

A good write up of the toolbars is here:

epicor-development.blogspot.com/2014/04/epicor-9-toolbars.html

Open your dashboard in customization mode and add

using Infragistics.Win.UltraWinToolbars;

and a Form_Load Event with

baseToolbarsManager.Tools["RefreshTool"].SharedProps.Visible=false;

Hope that helps,

John

John,

 

If I want to move the DELETE button away from the SAVE button.  Can I use the example codes to set false to the DeleteTool and then create a buttonTool for deleteTool.  This way the X will be at the very end?

 

They were adding a PrintTool button and it was added to the end in the example they give.

 

Miguel A. Santillan

Compass Manufacturing Systems

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, September 28, 2015 8:03 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Disable Refresh Button

 

 

Ivan,

Not sure if you ever got an answer but I had to do this today so I though I would post one.

A good write up of the toolbars is here:

epicor-development.blogspot.com/2014/04/epicor-9-toolbars.html

Open your dashboard in customization mode and add

using Infragistics.Win.UltraWinToolbars;

and a Form_Load Event with

baseToolbarsManager.Tools["RefreshTool"].SharedProps.Visible=false;

Hope that helps,

John

You can set that in 'Global Options', I believe.


--Matt Caldwell

Can I do that for everyone?

 

Miguel A. Santillan

Compass Manufacturing Systems

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, September 28, 2015 9:21 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Disable Refresh Button

 

 

You can set that in 'Global Options', I believe.

 

 

--Matt Caldwell