Hello,
I got an error on the first parameter LDest_UserDisplay highlighted in the following function while compile.
The difintion of GetMessage(...) is likeCode:Private CERR_OVERAMT As String CERR_OVERAMT = GetMessage(LDest_UserDisplay, MSGGRP_MESSAGEBOX, MSGID_MESSAGEBOX_CERR_OVERAMT, "Certificate Amount Exceeds the Value of the Items That Qualify for this Discount", LCID_NOT_SPECIFIED)It is a member of Common.clsMessageTranslationUtilsCode:Function GetMessage(nDestination As LanguageDestination, nMessageGroup As MessageGroups, sMessageID As String, sDefaultMessage As String, nLanguageCode As LanguageCodes, ParamArray oSubstitutions() As Variant) As String
And I check the reference, it does be there.
Could you plase to look at where is wrong?




Reply With Quote