User Profile

Collapse

Profile Sidebar

Collapse
jdwyer05
jdwyer05
Last Activity: Dec 15 '06, 12:37 PM
Joined: Nov 2 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jdwyer05
    replied to ListBox read item on double click
    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....
    See more | Go to post

    Leave a comment:


  • jdwyer05
    replied to ListBox read item on double click
    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....
    See more | Go to post

    Leave a comment:


  • jdwyer05
    replied to read list box item on mouse event
    nevermind, i figured it out now...thanks anyways
    See more | Go to post

    Leave a comment:


  • jdwyer05
    started a topic read list box item on mouse event

    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!
    See more | Go to post

  • jdwyer05
    started a topic ListBox read item on double click

    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...
    See more | Go to post

  • jdwyer05
    replied to case insensitive InStr
    Thanks, lcase worked
    See more | Go to post

    Leave a comment:


  • jdwyer05
    started a topic case insensitive InStr

    case insensitive InStr

    I understand that InStr is case senstive. Is there an alternate function that is case insensitive?
    See more | Go to post

  • jdwyer05
    started a topic Populate combo box with only unique values

    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...
    See more | Go to post
No activity results to display
Show More
Working...