|
-
Mar 30th, 2005, 04:22 AM
#1
Thread Starter
Lively Member
ComboBox(Resolved)
Hi,
I have a combobox which users can select from options and the records will display in a MSFlexGrid. I set the property to dropdown option 2, so the users are not allow to add or edit in the comboBox. When the user click on the text box, i want the selected option in the comboBox clear but not all the options in the comboBox.
I have an error saying the field is read only ! when i clear the selected option in the comboBox -
Private Sub txtBox1_Click()
comboBox1.Text =""
...
...
end sub
Is there any other way of doing what im tryin to do?
Last edited by vivian2u; Mar 30th, 2005 at 08:10 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|