首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > PB >

name not found accessing external object property documents解决方案

2012-12-30 
name not found accessing external object property documents用oleObject 输出内容到word时 运行到此句

name not found accessing external object property documents
用oleObject 输出内容到word时 
运行到此句 出现错误:application ternimated:name not found accessing external object property documents
ole_obj.Doucuments.add("C:\normal.dot",false,0)


请问怎么解决
[解决办法]
old_obj 里没有 Doucuments 属性。
好像应该是:Documents

热点排行