ErrorBoxes from querydesign to String
Change-Id: I2aa9aa5b0d730c0546e8565d03b9b7d3d051235a
This commit is contained in:
@@ -759,7 +759,7 @@ namespace
|
||||
{
|
||||
// only show the messagebox the first time
|
||||
if (!bCritsOnAsterikWarning)
|
||||
ErrorBox(_pView, ModuleRes( ERR_QRY_CRITERIA_ON_ASTERISK)).Execute();
|
||||
MessageDialog(_pView, ModuleRes( STR_QRY_CRITERIA_ON_ASTERISK)).Execute();
|
||||
bCritsOnAsterikWarning = true;
|
||||
continue;
|
||||
}
|
||||
@@ -918,7 +918,7 @@ namespace
|
||||
{
|
||||
// only show the MessageBox the first time
|
||||
if (!bCritsOnAsterikWarning)
|
||||
ErrorBox(_pView, ModuleRes( ERR_QRY_ORDERBY_ON_ASTERISK)).Execute();
|
||||
MessageDialog(_pView, ModuleRes( STR_QRY_ORDERBY_ON_ASTERISK)).Execute();
|
||||
bCritsOnAsterikWarning = true;
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user