Question on windows and reports
All,
I have a problem that probably originates from lack of understanding how things work in JSL.
So, here it is:
I have an app that plots some graphs through Graph Builder and puts them in new window that has several tabs on them.
No, I have to do the following:
Plot Graph Builder:
GrBld = Graph Builder(
blah-blah-blah
);
Then I have to get a report reference:
reportGrBld = GrBld<<Report();
T...