Joost,
In ObjectScript I've tried
obj = ##class(classname).%Open(OBJID) ' Does not work, message Class 'classname' does not exist
Try
Set obj = $zobjclassmethod( classname, "%OpenId", OBJID )
HTH,
Ram�n
-- ZCacheLib - Open Source Extensions for Cach� http://www.zcachelib.org
