|
-
Aug 31st, 2001, 01:46 PM
#1
Thread Starter
Fanatic Member
Outlook Listview
Hi...
I wonder where can I find a listview that when you click in one of its fileds, the field becomes like a combobox, letting change the value of the field. I have seen it in the outlook bar, and I think also in the access bar.
Thank you for helping me.
"The difference between mad and genius is the success"
-
Aug 31st, 2001, 03:43 PM
#2
1) you could look at vbaccelerator.com as they have some outlookk toolbar add in controls (not sure if this is one of them).
2) you could cheat 
If you have an MSFlexgrid control, you can set the number of columns to 1, then set the cell lines and background colour the same, effectively (to the user anyway) giving the impression this is a listview. You can then use the click event and use the old grab-a-text-box-&-shove-this-over -the-cell optoin to change the flexgrids entry. Just an idea, but if you do do this, then look through my posts for flexgrid as I've explained how to do the textbox part on a double click event a couple of times beofre.
Cheers.
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
|