修改字段字典数据未定义提示错误的问题
This commit is contained in:
parent
a3d442acd6
commit
1b7daeaaf1
|
@ -33,7 +33,7 @@ begin
|
|||
|
||||
if IsEmpty then
|
||||
begin
|
||||
application.MessageBox(PWideChar('未定义等级对应的字段字典数据(' + mFlag + ')'),'',0);
|
||||
application.MessageBox(PWideChar('未定义对应的字段字典数据(' + mFlag + ')'),'',0);
|
||||
Exit;
|
||||
end;
|
||||
combobox.Properties.BeginUpdate;
|
||||
|
@ -54,7 +54,7 @@ begin
|
|||
|
||||
except
|
||||
|
||||
raise Exception.Create(PWideChar('获取等级字段字典数据(' + mFlag + ')时,发生错误!'));
|
||||
raise Exception.Create(PWideChar('获取字段字典数据(' + mFlag + ')时,发生错误!'));
|
||||
|
||||
end;
|
||||
end;
|
||||
|
@ -77,7 +77,7 @@ begin
|
|||
|
||||
if IsEmpty then
|
||||
begin
|
||||
application.MessageBox(PWideChar('未定义等级对应的字段字典数据(' + mFlag + ')'),'',0);
|
||||
application.MessageBox(PWideChar('未定义对应的字段字典数据(' + mFlag + ')'),'',0);
|
||||
Exit;
|
||||
end;
|
||||
ComboBoxProperties.Items.Clear;
|
||||
|
@ -91,7 +91,7 @@ begin
|
|||
|
||||
except
|
||||
|
||||
raise Exception.Create(PWideChar('获取等级字段字典数据(' + mFlag + ')时,发生错误!'));
|
||||
raise Exception.Create(PWideChar('获取字段字典数据(' + mFlag + ')时,发生错误!'));
|
||||
|
||||
end;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue
Block a user