Hi ,
My requirement is… In dropdown control… I want to choose the value from dropdown, It should not allow us to type on that.how to achieve this.
Thanks in advance
Hi ,
My requirement is… In dropdown control… I want to choose the value from dropdown, It should not allow us to type on that.how to achieve this.
Thanks in advance
Hi,
If you are using ComboBox control then by setting the “Combo type” property to “list”, you can achieve your desired result, that is the user can not be able to type on that, But if you are using a reference group control then there is no way to block the user to type on the field.
Thanks,
Yasir
Hi Maria,
Create Base enum with elements you need, create field in u r table in properties baseenum set the name of base enum u created.
By this you can select the value from dropdown, its not allows you to change or type the value. I hope its help if not post the task more clearly i will try help you
Thanks
Ravi
Ravindar, and what if she has to set up this lookup for a customer account field (CustAccount)? Do you intend her to create an enum in the system with all customer ids in it…?
Hi,
About how many elemenst do you have to store in the dropdown comboBox? Is it a small number of elements, or a wider range?
Maybe you find some tips to start here: axaptapedia.com/FormComboBoxControl
Regards,
Hi Maria , In drop down control, it can do different ways, Its totally depends on task, if possible give exact requirement , i will send u exact way to achieve the task.
Thanks
Ravi