Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - CXTPReportControl
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTPReportControl

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

Joined: 01 December 2006
Status: Offline
Points: 49
Post Options Post Options   Thanks (0) Thanks(0)   Quote shanmuganathan Quote  Post ReplyReply Direct Link To This Post Topic: CXTPReportControl
    Posted: 20 February 2019 at 2:10am
Hello,

Recently we upgraded from "Xtreme ToolkitPro v15.0.2" to "Xtreme ToolkitPro v18.6.0".

In my application i have a class derived from CXTPReportControl and customized it as per my needs in my derived classes.

Now after upgrading to new version i could not find the following variables which was in CXTPReportControl and it is moved to other classes.

============================================
CXTPReportRecords* m_pRecords;
CXTPReportRows* m_pPlainTree;
int m_nPopulatedRecordsCount;
CXTPReportRows m_arrScreenRows;     // Rows currently presented on screen.
int m_nFocusedRow;                          // Current focused row index.
int m_nClickRow;                            //The clicked row index.
CPoint m_pointDrag;                         // Drag position
int m_nLeftOffset;                          // Horizontal scroll position.
int m_nTopRow;                              // Current top row in the visible area.
CXTPReportTip m_wndTip;                     // Tip window.
CRect m_rcReportArea;           // The area occupied by rows.
BOOL m_bFullColumnScrolling;                // Store Full Column Scrolling mode for horizontal scro
int m_nFreezeColumnsCount;                  // Count of none-scrolled columns at the left side.
CXTPReportSection* m_pReportSection;
============================================

Require help on how i can handle it ?

Thanks!
Windows 7
Visual Studio 2013
CodeJock 18.6
Back to Top
BobC View Drop Down
Groupie
Groupie


Joined: 28 April 2017
Location: Longmont, CO
Status: Offline
Points: 55
Post Options Post Options   Thanks (0) Thanks(0)   Quote BobC Quote  Post ReplyReply Direct Link To This Post Posted: 23 February 2019 at 10:14am
It sounds like you have not looked at the Help file that comes with each version of the toolkit.

CXTPReportRecords still exists and uses header XTPReportRecords.h.
CXTPReportRows still exists and uses header XTPReportRows.h.
CXTPReportTip still exists and uses header XTPReportTip.h.
CXTPReportSection still exists and uses header XTPReportSection.h.

All the rest of your variables appear to be application-defined and not part of the toolkit.
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.109 seconds.