Hi friends,
The problem which I want to rectify is really small but it seems like I am not able to find the solution for it.
The scenario is like:
I have a form with a bound combobox. Now that combobox displays EmployeeId based on the query fired. But the problem is that user should not be able to edit the combobox details.
What is happening:
When the user clicks on the combobox the user is able to see an icon "Edit List Item", which lead to the form where we can add users. Which should not happen, as per the permissions.
What approaches I used:
I tried setting the Enabled property as "No", but than whenever the user presses "Save & New" the Combobox value is also set as null. As a result the user have to reach out the form every time a new entry has to be made, which is not feasible . ( I tried using Combobox.ListIn dex = 0, but nothing helped me out).
Also, Locked and Auto Expand property are set to "No".
Please find the attachment for clear idea.
I hope I am making some sense.
Looking forward for a solution.
Thanks in advance.
The problem which I want to rectify is really small but it seems like I am not able to find the solution for it.
The scenario is like:
I have a form with a bound combobox. Now that combobox displays EmployeeId based on the query fired. But the problem is that user should not be able to edit the combobox details.
What is happening:
When the user clicks on the combobox the user is able to see an icon "Edit List Item", which lead to the form where we can add users. Which should not happen, as per the permissions.
What approaches I used:
I tried setting the Enabled property as "No", but than whenever the user presses "Save & New" the Combobox value is also set as null. As a result the user have to reach out the form every time a new entry has to be made, which is not feasible . ( I tried using Combobox.ListIn dex = 0, but nothing helped me out).
Also, Locked and Auto Expand property are set to "No".
Please find the attachment for clear idea.
I hope I am making some sense.
Looking forward for a solution.
Thanks in advance.
Comment