|
-
October 18th, 2002, 11:32 AM
#1
Need an API for DataCombo
Wonder if someone already has some code. I want to control when a user can access a bound combo's drop down list, similar to the TextBox Locked Property only via API. Not interested in using the Enabled property.
Basically...
.
if bEditFlag = False
<code to prevent the dropdown from operating>
else
<code to allow the dropdown to operate>
end if
.
Anyone?
Thanks
Last edited by praymond; October 18th, 2002 at 11:35 AM.
Paul
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
|