03-14-2006 10:04 AM
03-14-2006 10:25 AM
Wim, you could approach this item in two ways.
1. Use SetTableCellRangeVals passing the whole array of measures to display instead of updating cells one by one. This approach works if all cells to update are contiguous
2. Hide the table before the loop and display it after: digging in my memory I seem to remember that it can speed up cell update. I'll try to search in the forum a thread about it.
03-14-2006 10:32 AM
03-14-2006 10:32 AM - edited 03-14-2006 10:32 AM
Message Edited by Mert A. on 03-14-2006 10:33 AM
03-14-2006 10:38 AM
Got it!
The third answer from LuisG in this thread clarify both Mert and my suggestions.
Hope this helps
Roberto
03-14-2006 10:47 AM
Hello,
using the ATTR_CTRL_VAL Attribute seems to work great. Now I see all table cell values change at the same time instead of one by one. Thanks a lot for your help Mert and Roberto ![]()
03-15-2006 11:20 AM
03-15-2006 11:24 AM
Hello Bilal,
I noticed my mistake but I don't find any way to adjust it. To compensate, I gave Roberto and Mert's first posts 5 stars.
I'm really sorry for mymistake. I was very happy with Roberto's and Mert's responses...