进入和退出adx的时候出现如下错误怎么办,请高手赐教
WARNING: Only Base procedures and SAS/STAT procedures have been tested for use with VALIDVARNAME=ANY.
Other use of this option is considered experimental and may cause undetected errors.
ERROR: No such object.
ERROR: Region too small for object OBJ2.
ERROR: Unable to send _INIT_ method. See LOG window.
ERROR: The SUPER _POSTINIT_ method has not been called for OBJ4.
ERROR: Attempt to invoke a method or access an attribute on an object before its _INIT method has run.
ERROR: Unable to send _POSTINIT_ method. See LOG window.
ERROR: The SUPER _POSTINIT_ method has not been called for OBJ4.
ERROR: Attempt to invoke a method or access an attribute on an object before its _INIT method has run.
ERROR: Attempt to invoke a method or access an attribute on an object before its _INIT method has run.
ERROR: Unable to send _PRETERM_ method. See LOG window.
WARNING: Incomplete termination for object OBJ4: _TERM_ method may not be performing a CALL
SUPER(_self_, '_TERM_'). Object termination forced.
中文意思大概如下:
WARNING: 仅测试了 Base 过程和 SAS/STAT 过程使用 VALIDVARNAME=ANY 的情况。对该选项的其他使用
是试用的,可能导致未检测到的错误。
ERROR: 没有如此对象。
ERROR: 区域对于对象 OBJ2 过小。
ERROR: 无法发送 _INIT_ 方法。请参阅日志窗口。
ERROR: 尚未为 OBJ4 调用 SUPER _POSTINIT_ 方法。
ERROR: 试图在对象的 _INIT 方法运行前调用其方法或访问其属性。
ERROR: 无法发送 _POSTINIT_ 方法。请参阅日志窗口。
ERROR: 尚未为 OBJ4 调用 SUPER _POSTINIT_ 方法。
ERROR: 试图在对象的 _INIT 方法运行前调用其方法或访问其属性。
ERROR: 试图在对象的 _INIT 方法运行前调用其方法或访问其属性。
ERROR: 无法发送 _PRETERM_ 方法。请参阅日志窗口。
WARNING: 对象 OBJ4 不完全终止:_TERM_ 方法可能没有执行 CALL SUPER(_self_, '_TERM_')。
对象被强制终止。