Searched refs:wsNullMsg (Results 1 – 1 of 1) sorted by relevance
469 CFX_WideString wsNullMsg; in ProcessNullTestValidate() local470 validate.GetNullMessageText(wsNullMsg); in ProcessNullTestValidate()476 if (!wsNullMsg.IsEmpty()) { in ProcessNullTestValidate()478 m_pDocView->m_arrNullTestMsg.push_back(wsNullMsg); in ProcessNullTestValidate()485 if (wsNullMsg.IsEmpty() && bVersionFlag && in ProcessNullTestValidate()497 if (wsNullMsg.IsEmpty()) { in ProcessNullTestValidate()499 wsNullMsg.Format(L"%s cannot be blank.", wsCaptionName.c_str()); in ProcessNullTestValidate()501 pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ProcessNullTestValidate()508 if (wsNullMsg.IsEmpty()) { in ProcessNullTestValidate()510 wsNullMsg.Format( in ProcessNullTestValidate()[all …]