Hi, the issue is i would like to generated french report if vendor has language code =French and Generate English report if language code of vendor is English.
You can use CurrReport.Language to set a specific Windows Language Id to a report.
Check Purchase Order report for example - in the "Purcahse Header" dataitem's OnAfterGetRecord there's a line:
It passes the Purcahse Header's Language Code and sets the report language to the Windows Language Id (found on Language table), or if that is blank, then it uses current user's language.
Answers
i used the standard report
Thanks
Check Purchase Order report for example - in the "Purcahse Header" dataitem's OnAfterGetRecord there's a line: It passes the Purcahse Header's Language Code and sets the report language to the Windows Language Id (found on Language table), or if that is blank, then it uses current user's language.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!