Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsColumn headers always enabledColumn headers always enabled
Previous
 
Next
New Post
3/27/2008 7:48 PM
 

UPDATE FROM MODERATOR: A workaround for this error is available here.

 

I'm using DNN version 04.08.02 and I'm not able to change show header check box.  Header is always shown.  I checked support page: http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=7238&PROJID=36 and it says - bug fix but it will be nice to know how was it fixed as I have already installed DNN and setup everything.  It will take ages to reinstall my site completly. Any chance to let us know how to fix this bug on existing DNN site?

Thanks

 
New Post
4/23/2008 1:11 AM
 

I am noticing an issue with the headers always showing too.  I had a site where most of the headers were hidden.  After upgrading to reports 5.0.0 I now added a new report for the first time under 5.0.0.  The headers cannot be hidden, yet somehow the old ones are.  I was looking to see if there was a setting in the ModuleSettings that isn't getting set, but I don't see a setting.


Best Regards, Dave VanderWekke
 
New Post
4/23/2008 9:37 AM
 

I think I found the issue.  In the ReportsController.vb lines 134 & 135 read:

        Public Const SETTING_Grid_ShowHeader As String = "ShowHeader"
        Public Const SETTING_Grid_GridLines As String = "ShowHeader"

Both GridLines and ShowHeader are sharing the same constant name.  So no matter what you set the ShowHeader checkbox to, the value stored is the ShowHeader value.  Wasn't sure if this was discovered already or if there was a fix being planned.


Best Regards, Dave VanderWekke
 
New Post
4/23/2008 9:48 AM
 

One additional Point.  I think it never loads the setting ShowHeader for the visualizer.  Lines 244-258 of the ReportsController.vb.  I don't see any reference to loading and setting the objReport.ShowHeader value to the settting in TabModuleSettings.


Best Regards, Dave VanderWekke
 
New Post
4/23/2008 12:47 PM
 

This has been fixed in the development code, I discovered it a few weeks ago, but haven't been able to finish up a bug fix release yet. As a temporary fix, you can manually adjust the TabModuleSettings for the particular instance of the module you want to change.

Basically, just get the TabId and ModuleId for the module you want to change (its in the URL if you go to the settings page, i.e. 'http://localhost/dotnetnuke_reports/Home/tabid/36/ctl/Module/ModuleId/363/Default.aspx' => TabId = 36, ModuleId = 363). Look in the TabModules table to get the TabModuleID for that pair. Then look in the TabModuleSettings table and change (or create if it does not exists) the setting with the TabModuleId from the last step and the SettingName 'dnn_ReportsVis_Grid_ShowHeader' to "True" or "False" depending on whether you want to show or hide the header (respectively).

FYI, the ShowHeader setting is not loaded in ReportsController.vb, it is loaded in /DesktopModules/Reports/Visualizers/Grid/Visualizers.ascx.vb (line 168). The setting will be working correctly in the next version.

Sorry for any inconvenience! Thanks for using the module, please post any other bugs or suggestions in the forums!


Andrew Nurse
DotNetNuke Core Team Member and Reports Module Project Lead
Microsoft Certified Professional Developer

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsColumn headers always enabledColumn headers always enabled


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out