|
-
December 5th, 2004, 04:17 AM
#1
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.
-
December 5th, 2004, 05:16 AM
#2
Re: Listview problem
hi adcomp,
I think you can use event ListView1_ItemCheck
Regards
Option Explicit
-
December 5th, 2004, 11:13 AM
#3
Re: Listview problem
Thanks;
I tried that before and did not work. I am still having the same problem. Maybee y something missing.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|