How to change "There are no items to show" |
Post Reply |
Author | |
Ares
Newbie Joined: 07 May 2009 Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 11 May 2009 at 8:35am |
Hi!
I would like to use the report control in programs with different languages. It is possible to change the standard text the control shows like "There are now items to show" or "Drag a column header here to group by that column"? Thanks Ares |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
http://codejock.com/support/articles/com/general/g_1.asp
|
|
Ares
Newbie Joined: 07 May 2009 Status: Offline Points: 7 |
Post Options
Thanks(0)
|
As far as I can see ReportControl does not have a ResourceFile property. So where can I choose the resource file? I would like to use some custome texts to give the user some additional information, e.g. "There are no items to Show. Add a Folder Drag and Drop". Is it possible to use custom texts? |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
You can also use following properties and replace strings:
wndReportControl.PaintManager.NoItemsText= "Just some text..."
wndReportControl.PaintManager.NoGroupByText= "Just some text..."
wndReportControl.PaintManager.NoFieldsAvailableText = "Just some text..."
wndReportControl.PaintManager.SortByText = "Just some text..."
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |