Thanks for the pointers, and I have located those in the documentation.
However, if I follow that, I get:
HCSLIVE>S Rset=##class(%ResultSet).%New("%SYS.LockQuery:List")
IHCSLIVE>zw
Rset=<OBJECT REFERENCE>[1@%Library.ResultSet]
IHCSLIVE>zw Rset
Rset=<OBJECT REFERENCE>[1@%Library.ResultSet]
IHCSLIVE>D Rset.Execute("")
IHCSLIVE>zw
Rset=<OBJECT REFERENCE>[1@%Library.ResultSet]
IHCSLIVE>zw Rset
Rset=<OBJECT REFERENCE>[1@%Library.ResultSet]
IHCSLIVE>W $O(Rset(""))
IHCSLIVE>
i.e. there doesn't seem to be anything there I can work with.
I suspect that I lack some basic understanding of working with classes...
Thanks,
Adrian
- Log in to post comments