Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - [solved] SelectedRows::SelectBlock TRACE spam
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[solved] SelectedRows::SelectBlock TRACE spam

 Post Reply Post Reply
Author
Message
lviolette View Drop Down
Groupie
Groupie
Avatar

Joined: 17 March 2007
Location: United States
Status: Offline
Points: 60
Post Options Post Options   Thanks (0) Thanks(0)   Quote lviolette Quote  Post ReplyReply Direct Link To This Post Topic: [solved] SelectedRows::SelectBlock TRACE spam
    Posted: 24 May 2018 at 5:38pm
I've noticed in 18.3.0 that CXTPReportSelectedRows::SelectBlock contains a TRACE statement at the bottom of the method that gets kinda spammy in the debug output window depending on what you're doing.  Not really a problem.  But thought I'd bring it up.

void CXTPReportSelectedRows::SelectBlock(int nBlockBegin, int nEnd, BOOL bControlKey)
{
 CXTPReportRows* pRows;
...
 //to show only selected children under group rows
 //flag - m_bSelectionExcludeGroupRows default = TRUE - this is 12.1 way to show selection
TRACE(_T("return from SelectBlock with Count=%d\n"), GetCount());
}

L. Violette
Monolith
www.lith.com
Xtreme Toolkit Pro v22.1.0
Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Posted: 27 May 2018 at 1:47pm
Hello L. Violette,

Thank you for bringing this to our attention. I have fixed this.

Regards,
 Oleksandr Lebed
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.