diff --git a/SanPinPLM/报错处理/word签字报错WPS没有安装.md b/SanPinPLM/报错处理/word签字报错WPS没有安装.md new file mode 100644 index 00000000..166f4ab1 --- /dev/null +++ b/SanPinPLM/报错处理/word签字报错WPS没有安装.md @@ -0,0 +1,2 @@ +# 问题情况 + diff --git a/SanPinPLM/报错处理/报错Word、Excel没有安装.md b/SanPinPLM/报错处理/报错Word、Excel没有安装.md index de7a467f..92f309b9 100644 --- a/SanPinPLM/报错处理/报错Word、Excel没有安装.md +++ b/SanPinPLM/报错处理/报错Word、Excel没有安装.md @@ -1,6 +1,6 @@ # 问题情况 -导入文件、提取属性时,提示`Word`或`Excel`没有安装,无效的类字符串 +导入文件、提取属性时,提示 `Word` 或 `Excel` 没有安装,无效的类字符串,涉及到 `Word. Application` 或 `Excel. Application` ![](assets/52ccfc0a20db461082a953b13070d6c.png) diff --git a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md index 37b4d45d..5f578577 100644 --- a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md +++ b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md @@ -796,7 +796,7 @@ uses MyClass,Variables,BaseUtil,CommonFunc,DataConst,CFFrm,CFSimplePropFrm,Forms var TempStr: string; begin -if Application.MessageBox( '确定同步吗', '同步确认', 1) = 1 then +if Application.MessageBox('确定同步吗','同步确认', 1) = 1 then begin TempStr := '';