This commit is contained in:
Kathy Ruffing 2010-12-10 15:34:41 +00:00
parent f2ba882506
commit 4366a473bf

View File

@ -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;