I think ChartIDs can be shared depending on how you created your new chart.
Try File > New > Default vs Blank charts. BR, Dennis On Sep 26, 2009, at 3:23 PM, Herman wrote: > Experiment a little, for example apply this formula to four > different panes: > > CID = NumToStr(GetChartID(),1.0,False); > Title = CID; > _TRACE( "ChartID: "+CID); > > This will show you the different chart IDs and also show the execution > order in the AB Log window. > > It may help you find you bug. Charts never have the same ChartIDs. > > herman > > tiedemj wrote: >> Tx - This is exactly what I need. However, for some reason, the >> getChartId() function always return the same value (in my case >> 1250)... >> >> (I create new charts from the "file->default chart" menu) >> >> is it just me - or is there something I don't get? >> >> jens >> >>
