473,407 Members | 2,315 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

list portion of combo box fails

Error: failure of the list portion of a combo box to remain visible

The error appears to be due to code in a conditional statement that
set the ControlTipText property of the combo box to different values
depending on whether the conditional evaluated as true or false. The
code occurs in the MouseMove event of the affected combo box.
For example:
Private Sub CtlComboBox_MouseMove(Button As Integer, Shift As Integer,
x As Single, Y As Single)
If IsNull(Me.CtlName.Value) Or IsNull(Me.CtlNameAnother.Value)
Then
Me.CtlComboBox.ControlTipText = "True part"
Else
Me.CtlComboBox.ControlTipText = "False part"
End If
End Sub
Experienced the following results on two systems:
1. Access 2002 Service Pack 2 / Operating System - XP
2. Access 2003 Windows 2K, service packs unknown
Results:
With neither true nor false commented out, the list always remained
visible.
With both true and false active, the list never remained visible.
With only true active, the list remained visible only if the
conditional evaluated to false.
With only false active, the list remained visible only if the
conditional evaluated to true.

The list portion remains displayed with all other systems tested thus
far (various permutations of Access 97, 2k, 2k2 with OS of Windows 98,
NT, 2000).

I fixed this by displaying the desired text in the status bar rather
than as a tool tip but I'm still puzzled by the problem. I couldn't
find any relevant information in the MS knowledgebase or MVPS. Any
ideas?
Nov 12 '05 #1
0 1156

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: kmnotes04 | last post by:
Is it possible to link one drop-down box to another? For example, if a name is chosen from a drop-down list, can another drop-down list then automatically display the person's office as a result of...
2
by: Derek Jones | last post by:
I am currently working on an application for our Business Office to easily search for new budget codes that we have to establish due to an administrative system conversion we are currently...
9
by: Bob Alston | last post by:
I have a drop down combo box that gives the user to enter an item not in the list by adding it to the list. The list is a table. It works fine on Access2003 but fails on Access2002/XP. ON XP, it...
6
by: AA Arens | last post by:
Hi, I have a database with 2 main forms. Contacts and companies. I share the base with two others via LAN. On the companies form I have buttons to navigate throught the records (>400). We are...
2
by: MLH | last post by:
Lets say I have a combo box control on a form whose recordsource is a table called tbl_PotentialVINs. For argument's sake, say the table has 10 records. A user types a VIN into the control - say...
0
by: crazyone | last post by:
I've got a gaming framework i'm building and i want to save myself the trouble of reading and writting the complete game data to a custom file and load/save it to an XML file but i'm getting...
2
by: ddog | last post by:
I have a form with 3 text fields (one of which is a zip code) and 5 combo boxes. The combo boxes are all set with the first value as 'selected' when the page is first displayed. The 3 text fields...
4
Rabbit
by: Rabbit | last post by:
Cascading Combo/List Boxes This tutorial is to guide you in the creation of Cascading combo/list boxes. That is when you have multiple combo/list boxes where the selection of an option in one...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.