Disabling the refresh button on CRV Toolbar (RESOLVED)
Hello everybody
I have a form with a Crystal Reports viewer control object on it. The control has a toolbar of its own. This toolbar, among others, features a refresh button which causes some problem with the parameter data I`m passing, whenever it is pressed. Thus, I would like to disable it.
Can this be done?
thx, in advance
George Papadopoulos
Re: Disabling the refresh button on CRV Toolbar
Which version of Crystal? I have 8 and 8.5 - the CRViewer control seems to contain a property for each possible button on its toolbar.
Simply put.
CRViewer.EnableRefreshButton = False
Re: Disabling the refresh button on CRV Toolbar
I`m using version 10. The properties should still be there, I suppose!