|
-
February 9th, 2000, 01:39 AM
#1
Clearing a Read-Only Combo Box
I have created a form that uses various SQL calls (using ADODB) to populate combo boxes depending on users input. Once the form is completed, all elements are cleared for the inputing of new data. When I try to clear the Combo Boxes, I get a Run-Time 383 "Text is a read-only property." Is there any other way to return to a blank Combo?
Tia
Cloning is the sincerest form of flattery
-
February 9th, 2000, 02:02 AM
#2
Re: Clearing a Read-Only Combo Box
If the Combo-box is linked to a field in a table of the database using the datasource property, try to unset the datasource property, and then use the refresh method.
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
-
February 9th, 2000, 03:19 AM
#3
Re: Clearing a Read-Only Combo Box
to clear a combobox or listbox use the Clear method.
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
|