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