A
archie
Unregistered / Unconfirmed
GUEST, unregistred user!
本人在使用Delphi5中的Servers控件页下的WordApplication和 WordDocuments控件时,遇到一系列问题,现特请教各位高手:
1,怎样保存新建的文件(使用Servers控件)? 我使用的是:
。。。
WordApplication1.Connect;
wordApplication1.visible :=true;
WordDocument1.connect;
WordDocument1.active;
。。。。
WordApplication1.Documents.item(1).Saveas(file_name) ;
。。。
编译时,系统提示:Types of actual and formal var paramenters must bu identical 错误。使用WordDocuments.Saveas时也出错。
2,怎样通过Delphi5中的Servers控件来达到完全控制Word或Excel。如:使Word中的New和Open菜单或按纽失效,即只启动一个应用程序和一个文档?
3,怎样在程序运行来判断OLEContainer所确定的属性,即在运行时如何判断OLEContainer所确定的文档类型(如Word,Excel,Package,Bitmap等)?
4,请教各位有没有见过DelphI5介绍Servers控件的书?
1,怎样保存新建的文件(使用Servers控件)? 我使用的是:
。。。
WordApplication1.Connect;
wordApplication1.visible :=true;
WordDocument1.connect;
WordDocument1.active;
。。。。
WordApplication1.Documents.item(1).Saveas(file_name) ;
。。。
编译时,系统提示:Types of actual and formal var paramenters must bu identical 错误。使用WordDocuments.Saveas时也出错。
2,怎样通过Delphi5中的Servers控件来达到完全控制Word或Excel。如:使Word中的New和Open菜单或按纽失效,即只启动一个应用程序和一个文档?
3,怎样在程序运行来判断OLEContainer所确定的属性,即在运行时如何判断OLEContainer所确定的文档类型(如Word,Excel,Package,Bitmap等)?
4,请教各位有没有见过DelphI5介绍Servers控件的书?