Searched refs:wsNullMsg (Results 1 – 1 of 1) sorted by relevance
2609 WideString wsNullMsg = validate->GetNullMessageText(); in ProcessNullTestValidate() local2614 if (!wsNullMsg.IsEmpty()) in ProcessNullTestValidate()2615 pDocView->AddNullTestMsg(wsNullMsg); in ProcessNullTestValidate()2618 if (wsNullMsg.IsEmpty() && bVersionFlag && in ProcessNullTestValidate()2631 if (wsNullMsg.IsEmpty()) { in ProcessNullTestValidate()2633 wsNullMsg = wsCaptionName + L" cannot be blank."; in ProcessNullTestValidate()2635 pAppProvider->MsgBox(wsNullMsg, wsTitle, in ProcessNullTestValidate()2644 if (wsNullMsg.IsEmpty()) { in ProcessNullTestValidate()2646 wsNullMsg = wsCaptionName + in ProcessNullTestValidate()2650 if (pAppProvider->MsgBox(wsNullMsg, wsTitle, in ProcessNullTestValidate()