VishalMistry
25th October 2016, 17:29
Hello everyone,

While trying to create chart through create object, it give compilation error as "DsCgraph not declared".

Following is the command I am writing to create graph object:

graph.id = create.object(DsCgraph, rowcol, DsNbottomTitle, "Bottom Title", DsNgraphdata, extra.data, DsNgraphtitle, "Chart Title", DsNgraphtype, DS2DPIE)

We are on Baan IV. Can anyone shed light on whether charts are not supported or I have error in syntax.

Vishal