vault backup: 2025-08-18 13:52:29
This commit is contained in:
2
SanPinPLM/报错处理/word签字报错WPS没有安装.md
Normal file
2
SanPinPLM/报错处理/word签字报错WPS没有安装.md
Normal file
@ -0,0 +1,2 @@
|
||||
# 问题情况
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 问题情况
|
||||
|
||||
导入文件、提取属性时,提示`Word`或`Excel`没有安装,无效的类字符串
|
||||
导入文件、提取属性时,提示 `Word` 或 `Excel` 没有安装,无效的类字符串,涉及到 `Word. Application` 或 `Excel. Application`
|
||||
|
||||

|
||||
|
||||
|
@ -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 := '';
|
||||
|
||||
|
Reference in New Issue
Block a user