Get Graph Builder from Report Window
Hello everyone,I have a number of already created graphs - all one graph in a single window.Now I'm creating a script that goes over all open graph windows and changes some text within the graph.I got this far: wList = Get Window List(Type("Reports"));
For(w = 1, w <= nitems(wList), w++,
Print(wList[w] << Get Window Title());
wList[w] << SendToReport( [...]Basicially, once I have the window, I'...
drvijay
vince_faller