OriginPro 2022 (64-bit) SR1 9.9.0.225
Operating System: Win10
Hello,
I found that the use of Dataset object methods with project-level datasets is not supported - as distinct from session-level ones. For instance, GetSize() method works only with session-level datasets. Are the project-level datasets objects at all?
ProjectEvents.OGS:
[AfterOpenDoc]
win -o Book1 {
dsTest1 = col(A);
@glob=1;
dataset dsTest2=col(A);
}
>>dsTest1.getSize()=
Mismatch double quote: DSTEST1.GETSIZE()
>>dsTest2.getSize()=
dsTest2.getSize()=10
What is the reason of this limitation? It is VERY annoying.
Regards,
Alexei