I have not checked the latest builds recently, but does anyone know if any of the following have been fixed/added to the Objects functionality...
1) access to parameters from static (class level) ( i.e. you can use ..#Parameter (object level) , but not ##class(xxx).#Parameter - would be useful in cases of inheritance to set up defaults without overriding methods) 2) if you have overridden the %LoadData method for a class, can you now override the SQL retrieval code for the properties that are persistant? (this was a real deficiency in mapping to non-sql globals where the data could have been on one of several globals) 3) passing number parameters over 1,000,000 from VB to CO methods where the parameter is a number type (%Integer, %Float) converts the number to 1e+006 etc unless it is passed as a string e.g. Call obj.Method(CStr(Num)) 4) %Open checks for "" as an OID, but if the OID has several pieces with || delimiters, it does not check each piece for "" - inconsistent ? These have been around since build 237 - If any have been fixed, I'll post the rest :-)) Regards Paul Gausden LSS Ltd London
