Merge pull request 'C2024-034 RO Editor – Enhancement for when “Standard Fields” are modified.' (#452) from C2024-034 into Development
good for testing phase
This commit is contained in:
commit
6c22bff1fd
@ -2667,8 +2667,9 @@ namespace RODBInterface
|
|||||||
bool isused = RODB_CheckForStandardName(oldname);
|
bool isused = RODB_CheckForStandardName(oldname);
|
||||||
if (isused == true)
|
if (isused == true)
|
||||||
{
|
{
|
||||||
MessageBox.Show("The field name is used to define new Setpoints or Graphics Database.\n The update will be for this local (database) group only.", "Field name modification.");
|
DialogResult result = MessageBox.Show($"The field name is used to define new Setpoints or Graphics Database.\n\n The update will be for this local (database) group only.\n\n Select OK to update local definition for all items in that table ({GetTopParentName(myelem)}).", "Field name modification.", MessageBoxButtons.OKCancel, MessageBoxIcon.Question);
|
||||||
changegeneric = false;
|
changegeneric = false;
|
||||||
|
if(result == DialogResult.Cancel) return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user