Parameters
Internal usage
BLF
program code (program/treportstrings.p)
<ANCESTOR-CODE>
/* run submethods because the method is going to run over 63K and the editor is full */
<M-2 run Main0
(input ihTranslationHandle (ihTranslationHandle),
output viFcReturnSuper (oiReturnStatus)) in TReportStrings>
<M-3 run Main0B
(input ihTranslationHandle (ihTranslationHandle),
output viFcReturnSuper (oiReturnStatus)) in TReportStrings>
<M-1 run Main1
(input ihTranslationHandle (ihTranslationHandle),
output viFcReturnSuper (oiReturnStatus)) in TReportStrings>
<M-4 run Main1B
(input ihTranslationHandle (ihTranslationHandle),
output viFcReturnSuper (oiReturnStatus)) in TReportStrings>
<M-5 run Main2
(input ihTranslationHandle (ihTranslationHandle),
output viFcReturnSuper (oiReturnStatus)) in TReportStrings>
<M-7 run Main2B
(input ihTranslationHandle (ihTranslationHandle),
output viFcReturnSuper (oiReturnStatus)) in TReportStrings>
<M-8 run Main3
(input ihTranslationHandle (ihTranslationHandle),
output viFcReturnSuper (oiReturnStatus)) in TReportStrings>
<M-9 run Main3B
(input ihTranslationHandle (ihTranslationHandle),
output viFcReturnSuper (oiReturnStatus)) in TReportStrings>
<M-10 run Main4
(input ihTranslationHandle (ihTranslationHandle),
output viFcReturnSuper (oiReturnStatus)) in TReportStrings>
<M-11 run Main4B
(input ihTranslationHandle (ihTranslationHandle),
output viFcReturnSuper (oiReturnStatus)) in TReportStrings>
<M-12 run Main5
(input ihTranslationHandle (ihTranslationHandle),
output viFcReturnSuper (oiReturnStatus)) in TReportStrings>
<M-13 run Main5B
(input ihTranslationHandle (ihTranslationHandle),
output viFcReturnSuper (oiReturnStatus)) in TReportStrings>
<M-14 run Main6
(input ihTranslationHandle (ihTranslationHandle),
output viFcReturnSuper (oiReturnStatus)) in TReportStrings>
/* Disabled again - woa 19 06 2007
/* Delete duplicates - added woa 24 04 2007 */
for each tReportStrings
break by tReportStrings.tcStringCode :
if not first-of (tReportStrings.tcStringCode)
then delete tReportStrings.
end.
*/