Lines Matching refs:swMsg
1335 CFX_WideString swMsg; in AFDate_FormatEx() local
1336 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE).c_str(), in AFDate_FormatEx()
1338 Alert(pContext, swMsg.c_str()); in AFDate_FormatEx()
1441 CFX_WideString swMsg; in AFDate_KeystrokeEx() local
1442 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE).c_str(), in AFDate_KeystrokeEx()
1444 Alert(pContext, swMsg.c_str()); in AFDate_KeystrokeEx()
1837 CFX_WideString swMsg; in AFParseDateEx() local
1838 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE).c_str(), in AFParseDateEx()
1840 Alert((CJS_Context*)cc, swMsg.c_str()); in AFParseDateEx()
2000 CFX_WideString swMsg; in AFRange_Validate() local
2004 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSRANGE1).c_str(), in AFRange_Validate()
2009 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSRANGE2).c_str(), in AFRange_Validate()
2013 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSRANGE3).c_str(), in AFRange_Validate()
2017 if (!swMsg.IsEmpty()) { in AFRange_Validate()
2018 Alert(pContext, swMsg.c_str()); in AFRange_Validate()