You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varcrmExist=MessageBox.Show("This CRM number exist in the databse, do you wish to continue?",Application.ProductName,MessageBoxButtons.YesNo,MessageBoxIcon.Stop);
99
+
varcrmExist=MessageBox.Show("This CRM number might exist in the databse, do you wish to continue?",Application.ProductName,MessageBoxButtons.YesNo,MessageBoxIcon.Stop);
0 commit comments