Hi,
I'm stuck on problem. When I click on an item in list control I want to enable a menu item. I have a menu selection: option|Add|Edit|Delete. When the program starts Edit and Delete should be diabled. When I select an item in the list control, Edit and Delete should be enabled.
Question: Should I select the "grayed" option from menu item properties?
Question: Since I want to enable the menu item when I click on the list control it makes sense to put the code within "OnClickListPerson" Is this going in the right direction?
Thanks.
I'm stuck on problem. When I click on an item in list control I want to enable a menu item. I have a menu selection: option|Add|Edit|Delete. When the program starts Edit and Delete should be diabled. When I select an item in the list control, Edit and Delete should be enabled.
Question: Should I select the "grayed" option from menu item properties?
Question: Since I want to enable the menu item when I click on the list control it makes sense to put the code within "OnClickListPerson" Is this going in the right direction?
Thanks.