This commit is contained in:
parent
f2ba882506
commit
4366a473bf
@ -52,7 +52,7 @@ namespace VEPROMS
|
||||
RODbInfoList allrodbinfo = RODbInfoList.Get();
|
||||
foreach (RODbInfo rdi in allrodbinfo)
|
||||
{
|
||||
if (ppRTxtName.Text == rdi.ROName || ppTxtPath.Text == rdi.FolderPath)
|
||||
if (ppRTxtName.Text == rdi.ROName || ppTxtPath.Text.ToUpper() == rdi.FolderPath.ToUpper())
|
||||
{
|
||||
MessageBox.Show("Name and/or folder path are not unique, create unique names.");
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user