L
locka
Unregistered / Unconfirmed
GUEST, unregistred user!
我想使用“delphi 和word 融合术”中的方法使用宏操作olecontainer中的word;
但如何把word:variant连接的olecontainer中的word?
try
//word:=GetActiveOleObject('word.application');//使用这行代码可以保存文档
word:=OleContainer1.OleObject;//使用这行代码不能保存文档
except
end;
word.ActiveDocument.SaveAs(FileName:='C:/Documents and Settings/Administrator/桌面/新建文件夹/Doc_File',AddToRecentFiles:=False);
但如何把word:variant连接的olecontainer中的word?
try
//word:=GetActiveOleObject('word.application');//使用这行代码可以保存文档
word:=OleContainer1.OleObject;//使用这行代码不能保存文档
except
end;
word.ActiveDocument.SaveAs(FileName:='C:/Documents and Settings/Administrator/桌面/新建文件夹/Doc_File',AddToRecentFiles:=False);