Hi guys,
Hope someone can help me with this. I can only assume its a relativly simple one to solve. I have a visual c# system which I have taken over (with very little c# experience). I am trying to disable a (right click) menu item when there is a date present in the SQL database record.
I have found the click event for the menu item, is this where i will need to disable it? I presume that I need to create an SQL query to find whether the date is there and if so with an 'if' statement disable it?
Sorry if there is a lack of info, if you need any additional info please let me know.
Hope someone can help me with this. I can only assume its a relativly simple one to solve. I have a visual c# system which I have taken over (with very little c# experience). I am trying to disable a (right click) menu item when there is a date present in the SQL database record.
I have found the click event for the menu item, is this where i will need to disable it? I presume that I need to create an SQL query to find whether the date is there and if so with an 'if' statement disable it?
Sorry if there is a lack of info, if you need any additional info please let me know.