02-17-2006 04:44 AM
Hi All,
Hope somebody will help me out ot resolve my issue.
In my application, about 10 analog channels data coming in. Out of which two parameter needs to get updated dynamically on the table. (For each Rpm between 500-1000, in steps of 50, have to capture Pressure points & show it on the table.)
I seen there is one method called table method available which helps to set the value of a particular cell specified by corresponding row and column index.
I tried this. In row 0, col 0 & col 1 it put what value I specified by using that table method. when it goes to row 1, col 0 & col 1 also got updated but vanishing the above put row 0, col 0 & col 1 values. so at any point of time, I am able to see only the current row values.
Hope there should be some dynamic refreshing method available or else I dont know how to handle this situation. Pls. clarify.
Thanks,
Kousy
02-17-2006 05:06 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
02-17-2006 10:30 PM