-
Listview problem
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.
-
Re: Listview problem
hi adcomp,
I think you can use event ListView1_ItemCheck
Regards
-
Re: Listview problem
Thanks;
I tried that before and did not work. I am still having the same problem. Maybee y something missing.