Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms / November 2007

Tip: Looking for answers? Try searching our database.

Access 2000:  How to see long strings in ListBox?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Naum - 09 Nov 2007 23:27 GMT
In Access2003 when a string does not fit in the ListBox control, I can
left-click on visible part of the string and in about 1 sec a tooltip
balloon will popup and show me entire string.

When is Access 2000 left-click does NOT show that tooltip. Maybe this
is turned off somewhere in Options? I did not find it...

How can I see long strings in ListBoxes in Access2000?

any ideas will be appreciated
thanks
john
Ed Metcalfe - 10 Nov 2007 18:48 GMT
> In Access2003 when a string does not fit in the ListBox control, I can
> left-click on visible part of the string and in about 1 sec a tooltip
[quoted text clipped - 8 lines]
> thanks
> john

I'm not sure about the tool-tip text but I sometimes put a double-click
event behind the listbox which opens a messagebox displaying the full
contents of the columns. This may do what you need.

Ed Metcalfe.
Dale Fye - 11 Nov 2007 02:07 GMT
Actually, I seriously doubt that it will show "the entire string", since the
maximum width of a column in a listbox is 256 characters.

I usually do the same thing as Ed, especially if the record has a memo
field.  I check for the Mousedown event, and if it is the right buttton,
will popup a dialog box with the entire text, as read only.

Dale

> In Access2003 when a string does not fit in the ListBox control, I can
> left-click on visible part of the string and in about 1 sec a tooltip
[quoted text clipped - 8 lines]
> thanks
> john
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.