i have a problem referencing an overlay plot in a report.
my code is similar to the following example:
Dis1=Outline Box( "Chart",
OLP=dt << Overlay Plot("Name", code));
Dis2 = buttonbox("BT1", code);
REP = New Window("TXT", Outlinebox(V list box(Dis1,Dis2)));
to make things short, i'll just explain that i can't reference OLP directly (i have several windows open, all created with OLP, and i don't necessary want to reference the latest one).
how can i reference OLP from a specific window?