vault backup: 2025-08-18 13:52:29

This commit is contained in:
2025-08-18 13:52:30 +08:00
parent 1a8e072703
commit 4014670765
3 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,2 @@
# 问题情况

View File

@ -1,6 +1,6 @@
# 问题情况
导入文件、提取属性时,提示`Word``Excel`没有安装,无效的类字符串
导入文件、提取属性时,提示 `Word``Excel` 没有安装,无效的类字符串,涉及到 `Word. Application``Excel. Application`
![](assets/52ccfc0a20db461082a953b13070d6c.png)

View File

@ -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 := '';