When I click an item in a listview, the label automatically goes into edit mode... I want to disable this.
Printable View
When I click an item in a listview, the label automatically goes into edit mode... I want to disable this.
Set Cancel = True in the BeforeLabelEdit event.
Set the Listviews LABELEDIT Property to Manual
DocZaf
{;->