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

HELP!!

 Post Reply Post Reply
Author
Message
wzquyin View Drop Down
Newbie
Newbie


Joined: 11 June 2008
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote wzquyin Quote  Post ReplyReply Direct Link To This Post Topic: HELP!!
    Posted: 14 December 2009 at 12:52pm
 
 CXTPReportRecordItem* pItem = acc->pReportRecord->GetItem(1);
   if (pItem)
   {
     pItem->SetCaption(szMsg);
    
   }
 
 after i call the func SetCaption ,the CXTPReportControl do not show the new words!!!
if use Populate(); , cpu % very high ,and the select rows will empty itself!!
how i call setcaption and update it!!!
 
help!!
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 21 December 2009 at 4:19pm
Just call RedrawControl - no need to call Populate
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.156 seconds.