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

CXTPReportControl GetReportAreaRows

 Post Reply Post Reply
Author
Message
Italo View Drop Down
Groupie
Groupie


Joined: 10 December 2003
Location: United States
Status: Offline
Points: 83
Post Options Post Options   Thanks (0) Thanks(0)   Quote Italo Quote  Post ReplyReply Direct Link To This Post Topic: CXTPReportControl GetReportAreaRows
    Posted: 10 August 2004 at 12:47pm

GetReportAreaRows is returning an incorrect value. If a have a control with 500 rows and only 16 is visible and I call GetReportAreaRows(0, TRUE) I get a result of 14. Can this please be fixed ASAP?

 

Thanks, Italo

Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 11 August 2004 at 1:43am

 // Remarks:  Call this member function if you want to calculate the amount
 //    of currently visible rows between nStartRow and the top/bottom
 //    of the current view.
 // Returns:  Visible row index starting from.
 //---------------------------------------------------- -------------------
 int GetReportAreaRows(int nStartRow, BOOL bMoveDown);

May be your last row is partly visible....

 

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Italo View Drop Down
Groupie
Groupie


Joined: 10 December 2003
Location: United States
Status: Offline
Points: 83
Post Options Post Options   Thanks (0) Thanks(0)   Quote Italo Quote  Post ReplyReply Direct Link To This Post Posted: 11 August 2004 at 8:57am

Thanks!

How do I determine if the last row is partially visible?

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.047 seconds.