求真相,各位看官,請了解决方案

求真相,各位看官,請了
//========================================================================
//
// Function: of_SetImage
//
// Access: Public
//
// Arguments:
// value string as_image.
//
// Returns: integer
// 1 = success
// -1 = error.
//
// Description:
// 设置影像文件名. 允许设置空值。
//========================================================================
//
//
//
//========================================================================

as_image = Trim ( as_image )
IF ( NOT FileExists ( as_image ) ) OR ( NOT This.of_ImageIsSupported ( as_image ) ) THEN as_image = ''


This.object.image = as_image //這是第26行

RETURN 1




執行程序後報錯
Error: Error accessing external object property image at line 26 in function of_setimage of object u_ocx_imgadmin.

不知道哪裡有問題了,郁闷


------解决方案--------------------
This.object.image 有这个属性没?