User Profile
Collapse
-
It looks like ndx is not updating with the correct selected record. B/c if you just enter an integer value into the .Caption = " " & List1.List(ndx) & " " it will display the record corresponding to that value. So it seems to be that ndx is constantly remaining the value 0.... -
albertw,
Im still having problems reading the events, the code you provided does implement the click event. However, it will only read the first item int he list box.
for example:
if i have a list with the records 1,2,3,4,5 and i click on 5 it will still display the record for number 1....Leave a comment:
-
-
read list box item on mouse event
Hi everyone,
I currently populate a list box from an MS Access Database. The entire application works smoothly...howe ver, sometimes the records are longer than the listbox's width. I have added a scroll bar module that adds scroll bars when needed. however, I would like to have it so the user can click on the record and the entire line be displayed in a bubble, or message box.
Any help would be great. Thank you! -
ListBox read item on double click
Hi,
I have a list box where I am reading information from a MS Access Database.
The list box populates when the form is loaded. However, sometimes the information is wider than the list box. I have added scroll bars so user can see the information. However, It would be great if they didn't need to scroll.
I've read that listboxes cannot wrap text so, is there a way to use a double click event on a item to readthat... -
-
case insensitive InStr
I understand that InStr is case senstive. Is there an alternate function that is case insensitive? -
Populate combo box with only unique values
Hello,
I am trying to populate a combo box with only unique values. Currently I am using an access database and VB6 Enterprise. The program populates the combo box fine however, there are several repeated values in this column. What i would like to do is just show one instance of that particular record.
For example:
if the column has the values: Accounts Payable, Process Control, Shipping, Accounts Payable...
No activity results to display
Show More
Leave a comment: