|
-
Jan 25th, 2000, 04:53 AM
#1
Thread Starter
Hyperactive Member
for that matter, why doesn't the Combo1_changed event fire when I select a different item in the list? AARRRRGGGGHHH!!! I'm gonna go home and sleep.. this sucks.
-
Jan 25th, 2000, 05:01 AM
#2
The Comboboxes Change Event if for Monitoring Changes in the TextEntry Area, to Execute Code after a Selection Change, use the Click Event.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
-
Jan 25th, 2000, 05:02 AM
#3
The flip answer is that "it's not supposed to", but here is what MSDN help has to say about the Change event
=============================
[The change event occurs when a user] changes the text in the text box portion of the control. Occurs only if the Style property is set to 0 (Dropdown Combo) or 1 (Simple Combo) and the user changes the text or you change the Text property setting through code.
==============================
You probably know this, but it's the Click event that fires when you select a different item in the list.
------------------
Marty
Why is it called lipstick if you can still move your lips?
-
Jan 25th, 2000, 09:15 PM
#4
Thread Starter
Hyperactive Member
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
|