How to refresh specific Row/Column in Report ctrl? |
Post Reply |
Author | |
shanmuganathan
Groupie Joined: 01 December 2006 Status: Offline Points: 49 |
Post Options
Thanks(0)
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 :-) |
|
Makarand
Senior Member Joined: 27 February 2007 Location: India Status: Offline Points: 140 |
Post Options
Thanks(0)
|
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
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |