KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Design Object Access error codes
PRODUCT: 4D | VERSION: 13.0 | PLATFORM: Mac & Win
Published On: March 23, 2012

In 4D v13, the new Design Object Access commands provide the ability to access the contents of methods when running in interpreted mode. In addition to the commands, there are also some new error codes that have been added:

Error CodeDescription
9761Invalid object type
9762The command cannot be executed in a compiled database
9763The command cannot be executed in a component
9764The comment is currently edited
9765One or more comments are currently edited
9766The method is currently edited
9767Cannot update methods. One or more resources are locked.
9768Invalid object path: {path}
9769Invalid method property: {path}
9770Unable to read method property: {path}
9771Unable to write method property: {path}
9772Unable to read method comments: {path}
9773Unable to write method comments: {path}
9774Unable to read method code: {path}
9775Unable to write method code: {path}
9776Unable to create method: {path}
9777The method language does not match the application localization: {path}