User (Legacy) Posted April 11, 2002 Report Share Posted April 11, 2002 Hi, Does anyone know how to restrict a user from editing and changing the chart title through the ChartFX Properties of the ActiveX Control? Thanks in advance for you help. Cheers, Kanwal Quote Link to comment Share on other sites More sharing options...
Software FX Posted April 11, 2002 Report Share Posted April 11, 2002 The only way would be disabling the General Tab of the property page. ChartFX1.PropPageMask = ChartFX1.PropPageMask And Not 1 Check PropPageMask for more information. OlgaC SFX "Kanwal Ahuja" <kanwal.ahuja@rangerinc.com> wrote in message news:DOYaZmY4BHA.2472@webserver1.softwarefx.com... > Hi, > > Does anyone know how to restrict a user from editing and changing the chart > title through the ChartFX Properties of the ActiveX Control? > > Thanks in advance for you help. > > Cheers, > Kanwal > > > > Quote Link to comment Share on other sites More sharing options...
Software FX Posted April 16, 2002 Report Share Posted April 16, 2002 There is another option. You may remove the Titles from the style property by doing: Chart.Style = Chart.Style And Not CS_TITLES OlgaC SFX "Kanwal Ahuja" <kanwal.ahuja@rangerinc.com> wrote in message news:DOYaZmY4BHA.2472@webserver1.softwarefx.com... > Hi, > > Does anyone know how to restrict a user from editing and changing the chart > title through the ChartFX Properties of the ActiveX Control? > > Thanks in advance for you help. > > Cheers, > Kanwal > > > > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.