|
BoTran adds the line Translator.TranslateWindow(Report) to the CPCS reports to translate them.
The BoTran CPCS support Translates the following Values:
CPCS:ProgWinTitlePrvw = Translator.BTStr(CPCS:ProgWinTitlePrvw) CPCS:ProgWinTitlePrnt = Translator.BTStr(CPCS:ProgWinTitlePrnt) CPCS:ProgWinPctText = Translator.BTStr(CPCS:ProgWinPctText) CPCS:ProgWinRecText = Translator.BTStr(CPCS:ProgWinRecText) CPCS:ProgWinUsrText = Translator.BTStr(CPCS:ProgWinUsrText) CPCS:PrtrDlgTitle = Translator.BTStr(CPCS:PrtrDlgTitle) CPCS:AskPrvwDlgTitle = Translator.BTStr(CPCS:AskPrvwDlgTitle) CPCS:AskPrvwDlgText = Translator.BTStr(CPCS:AskPrvwDlgText) CPCS:AreYouSureTitle = Translator.BTStr(CPCS:AreYouSureTitle) CPCS:AreYouSureText = Translator.BTStr(CPCS:AreYouSureText) CPCS:PrvwPartialTitle = Translator.BTStr(CPCS:PrvwPartialTitle) CPCS:PrvwPartialText = Translator.BTStr(CPCS:PrvwPartialText) CPCS:NoDfltPrtrTitle = Translator.BTStr(CPCS:NoDfltPrtrTitle) CPCS:NoDfltPrtrText = Translator.BTStr(CPCS:NoDfltPrtrText) CPCS:NthgToPrvwTitle = Translator.BTStr(CPCS:NthgToPrvwTitle) CPCS:NthgToPrvwText = Translator.BTStr(CPCS:NthgToPrvwText) CPCS:NthgToPrntTitle = Translator.BTStr(CPCS:NthgToPrntTitle) CPCS:NthgToPrntText = Translator.BTStr(CPCS:NthgToPrntText) CPCS:AsciiOutTitle = Translator.BTStr(CPCS:AsciiOutTitle) CPCS:AsciiOutmasks = Translator.BTStr(CPCS:AsciiOutmasks) CPCS:DynLblErrTitle = Translator.BTStr(CPCS:DynLblErrTitle) CPCS:DynLblErrText1 = Translator.BTStr(CPCS:DynLblErrText1) CPCS:DynLblErrText2 = Translator.BTStr(CPCS:DynLblErrText2) CPCS:ButtonYesNoCancel = Translator.BTStr(CPCS:ButtonYesNoCancel) CPCS:ButtonNoYes = Translator.BTStr(CPCS:ButtonNoYes) CPCS:ButtonNoYesIgnore = Translator.BTStr(CPCS:ButtonNoYesIgnore) CPCS:ButtonYes = Translator.BTStr(CPCS:ButtonYes)
|