Is each "upper" tab of the panes considered a "WorkBook" and therefore
it is something like ActiveWorkbook.Name that should be used ???

--- In amibroker@yahoogroups.com, "gmorlosky" <gmorlo...@...> wrote:
>
> I have this code which makes a ticker change to ALL panes. I just want to 
> change the pane which the indicator is in (no symbol link) ?
> 
> EnableScript("JScript");
> <%
> function SetChartTicker(newTicker)
> {
> AB = new ActiveXObject("Broker.Application");
> AB.ActiveDocument.Name = newTicker; // ???
> return 1;
> }
> %>
>


Reply via email to