Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - How to refresh specific Row/Column in Report ctrl?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to refresh specific Row/Column in Report ctrl?

 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: How to refresh specific Row/Column in Report ctrl?
    Posted: 01 July 2011 at 3:14am
Hi All,

Scenario:
Consider i am having a database with 150k records and this database is accessed by 2 different exe's at the same time. The second exe does some process and updates some specific column's.

Question:
My question is how to refresh only those specific rows/columns in my XTPReport control (virtual mode)
instead of refreshing the complete grid ?

Thanks in Advance :-)




Back to Top
Makarand View Drop Down
Senior Member
Senior Member
Avatar

Joined: 27 February 2007
Location: India
Status: Offline
Points: 140
Post Options Post Options   Thanks (0) Thanks(0)   Quote Makarand Quote  Post ReplyReply Direct Link To This Post Posted: 06 July 2011 at 4:28am
I am having same problem but I think there is no such function where we can refresh particular row,col ..
to fix this issue i used following code, may be useful to you.. 

SetVirtualMode(new MyRecordType(...), NewNumberOfElements); followed by Populate();

If you fond batter than it then please post it..

-Mak
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.140 seconds.