Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
OWC11.ChartSpace ole
Is anyone using the ole OWC11.ChartSpace, it appears to now be not loading.
Is there a new version number or something?
Is there a new version number or something?
Comments
So, will follow all leads.
/*
Uses Microsoft Office Web Components
see http://www.microsoft.com/downloads/details.aspx?
familyid=7287252C-402E-4F72-97A5-E0FD290D4B76&displaylang=en
Usage: Create a window, add a bitmap, add a button which calls this function
12-07-2006 rjc Based on http://www.asp101.com/articles/chris/aspcharts/default.asp
Must install owc11.exe before this routine will work. This is found in c:\temp\microsoft\office OI chart interface directory
*/
Do you know of any other charting ole that can be used in OI9 or maybe just OI10 function
1.
Is the $70 dev licence a one-off or annual
2.
I assume you have a single dev licence on you PC
When you distributed to a multiuser server based ‘runtime’ Client, did you find you needed a multi user dev licence or did you only need to register the ocx on the server.
3.
Have you tried this in OI10 using the new OLECONTROL and got it working
I know I must be missing some step.
Not sure also if and where OLE. prefixes are required.
Cant find any good documentation on this for OLECONTROL interation.
CtrlID = @Window:".CSXGRAPH_OLE"
send_message(CtrlID,'ClearData')
set_property(CtrlID,"Title","Pie Chart Example")
set_property(CtrlID,"Titlex",120)
set_property(CtrlID,"GraphType",0)
send_message(CtrlID,'AddData','"Item 1", 17,': \0000FF\)
send_message(CtrlID,'AddData','"Item 2", 28,': \00FF00\)
send_message(CtrlID,'AddData','"Item 3", 5,': \FF0000\)
send_message(CtrlID,'DrawGraph')
This was the issue: Passas params not string
exec_method(CtrlID,'AddData',"Item 1", 17, red$)
I still have this question:
When you distributed to a multiuser server based ‘runtime’ Client, did you find you needed a multi user dev licence or did you only need to register the ocx on the server.
It's been awhile since I've had to re-register the graph controls for our clients that use it, but it is pretty much the same as the SRP Controls - there is the graph OCX file and the license file. At the time, there was one OCX file on the server and all the clients registered to that, however you could also have all the files local on the client. Fair disclosure - we are a number of versions behind the current version, so not sure if there has been any major changes in this regard.
Was the licence a one-off cost or is it annual renewal?
csXGraph now purchase. What a fairly easy to use tool and many functions for output manipulation this is.
Ok, I had to ask ChatGPT for some help with the terminologies!!, but...