Issue in .r

Posted by suhail.anjum on 30-Mar-2018 09:57

Hi Everyone

My requirement is to run a report in french or English depending upon the run time parameter.

I have set current-language = language chosen by user. Let say "french".

Now when I run a .p then it prints in french or English what ever language I choose from front-end. But when I run a .r code of same .p then it does not print in french. Do I need to compile the code in some special way?

Thanks.

All Replies

Posted by Alex Herbstritt on 30-Mar-2018 11:23

You need to use the LANGUAGES phrase on the COMPILE statement used to compile the .p to a .r to have it include multiple languages in the text segment.

See LANGUAGES under

https://documentation.progress.com/output/ua/OpenEdge_latest/index.html#page/dvref%2Fcompile-statement.html%23wwID0EQU4Q

Posted by suhail.anjum on 11-Apr-2018 07:38

I tried the Languages Option as below.

Compile myfile.p Languages(French) save.

But still I got the same issue. When I kept the generated .r in path and run the report, I still didn't get the report in French however when I just keep the .p, I got the report in french.

Please let me know if you see any issue in above compile statement or I need to do some other settings.

Posted by Brian K. Maher on 11-Apr-2018 07:48

Pleae open a case with technical support for this.
 
 
Brian Maher
Principal Engineer, Technical Support
Progress
Progress
14 Oak Park | Bedford, MA 01730 | USA
phone
+1 781 280 3075
 
 
Twitter
Facebook
LinkedIn
Google+
 
 
ProgressNext2018_Email_Signature
 

Posted by suhail.anjum on 17-Apr-2018 05:12

Can you please tell me the link where I can open a case with technical support?

Posted by Brian K. Maher on 17-Apr-2018 06:26

www.progress.com/support /openedge
 
Mouse over the lighter blue “Get Help” button / link.
 
Brian Maher
Principal Engineer, Technical Support
Progress
Progress
14 Oak Park | Bedford, MA 01730 | USA
phone
+1 781 280 3075
 
 
Twitter
Facebook
LinkedIn
Google+
 
 
ProgressNext2018_Email_Signature
 

This thread is closed