|
-
January 25th, 2007, 06:26 PM
#1
How to let user edit an item in a CListView?
Hi,
Using C++ MFC, I created a CListView with few column and 5 items in each column. How can I enable user to change the value of certain item in certain Row and column?
My CListView is in Report mode.
Thank you very much!
-
January 26th, 2007, 12:07 AM
#2
Re: How to let user edit an item in a CListView?
There is a whole section on editable columns here
-
January 26th, 2007, 12:18 AM
#3
Re: How to let user edit an item in a CListView?
 Originally Posted by dynamictoys
Hi,
Using C++ MFC, I created a CListView with few column and 5 items in each column. How can I enable user to change the value of certain item in certain Row and column?
My CListView is in Report mode.
Thank you very much!
I think there is one way to achieve this . Use ADO create a Database Record and save each record to the Database, this may match what you want .
Cheers.
Little by little one goes far
Keep moving.......!
Nothing is impossible !
-
January 26th, 2007, 01:26 PM
#4
Re: How to let user edit an item in a CListView?
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
|