luling2010 发表于 2013-3-7 13:30 
dlg=Dialog(
hlist(
START_FW_list=Vlist("START_time",ComboBox(FW_Week)),
未解析名称: FW_Week 正在访问或计算“FW_Week”, FW_Week
在以下脚本中,使用 /*###*/ 标记错误
dlg = Dialog(
hlist(
START_FW_list = Vlist( "START_time", Combo Box( FW_Week/*###*/ ) ),
END_FW_list = Vlist( "END_time", Combo Box( FW_Week ) )
),
hlist( Button( "OK" ), Button( "CANCEL", notImplemented ) )
)
可以帮忙看下什么原因吗?不是学计算机的编程语言很弱。