Print Page | Close Window

Language

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=3500
Printed Date: 28 September 2024 at 6:10pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Language
Posted By: cmpxchg
Subject: Language
Date Posted: 11 January 2006 at 2:47am
Hello,

I want to change the language of the ReportControl (in VB6). How can I do this?
Is there a way to change the values of "Sort by" and "Drag of column header here to group by that column" to the german equivalents?

Thank you for your help


-------------
There are only 10 type of people. Those who understand binary and thos who don't



Replies:
Posted By: Oleg
Date Posted: 11 January 2006 at 11:23am

You can set these strings in code:

.PaintManager.SortByText = "..."

.PaintManager.NoGroupByText = "..."

.PaintManager.NoItemsText = "..."

 

 



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Staffan V
Date Posted: 02 October 2007 at 9:58am
In C++ you do
m_ReportCtrl.GetPaintManager()->m_strSortBy = "...";
m_ReportCtrl.GetPaintManager()->m_strNoGroupBy = "...";
m_ReportCtrl.GetPaintManager()->m_strNoItems = "...";



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net