cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

French Viewer issue with SP37

charles_gagnon
Participant
0 Kudos
133

Hello,  

     I have just upgrade from SP15 to SP37. And now when I open the Viewer in French I have 2 tabs one called Main Report and the other one called Rapport principal. The same code with SP15 was not doing that. Any suggestion?

charles_gagnon_0-1748033322275.png

Thanks!

Charles

Accepted Solutions (1)

Accepted Solutions (1)

charles_gagnon
Participant
0 Kudos

Hello Don,

 I have changed some code and now it seem to work. I will need to do some more testing to be sure it did not break anything but at first glance everything seems to be right. I'm adding the Crystal Report Viewer control dynamically and I was setting the culture at the complete end of the Page_Load green comment. If I change it before the creation of the Control that resolve the issue.

charles_gagnon_0-1748271992032.png

Thanks!

Answers (1)

Answers (1)

DonWilliams
Active Contributor
0 Kudos

Is that a subreport?

Or is your code actually opening 2 report objects?

Check the Report in VS and see if there is another report object linked in it.

Can you send me a link to download report with dummy data so I can test it and check the report?

Click on my name and you can send me the link privately.

charles_gagnon
Participant
0 Kudos
Hello Don, No it's not a subreport, my code has not change between SP15 and SP37. I only update the SP. If i run the report with an English viewer i don't have the issue. I'm able to replicate the issue with a Blank Report. Thanks.