12 years ago
Could not obtain property

Hi -
That's my ODT Data.
I'm unable to get the 'SelectedContainer' property.
This is my script routine:
...
Containers = ODT.Data.Test__Open_meters_in_the_Check_In_screen.Items.Containers;
q = Containers.Items(0).SelectedContainer;
...
Based on debugging the 'q = Containers.Items(0)' is desire object, but the watch list shows q is undefined when 'q = Containers.Items(0).SelectedContainer;'