Click to See Complete Forum and Search --> : Listview problem


adcomp
December 5th, 2004, 03:17 AM
Hi everybody;

I need to calculate a column on the listview that are marked with a checkbox on the listview. This must be autmatically. I made a sub rutine that do this, but my problem is that when i mark a row, it calculates the column without the record just marked. It's like calculating before making the checkmark.

How can i run the calculating procedure after the record it's checkmarked.

Jovan
December 5th, 2004, 04:16 AM
hi adcomp,

I think you can use event ListView1_ItemCheck

Regards

adcomp
December 5th, 2004, 10:13 AM
Thanks;

I tried that before and did not work. I am still having the same problem. Maybee y something missing.