Results 1 to 3 of 3

Thread: Please Help, List Box Prob..

  1. #1

    Thread Starter
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    im using the adodc and the dbListbox. I'm trying to dump the data from the database into the list box, i've set all of the properties, am I forgetting something else?? thanks


  2. #2
    Hyperactive Member barrk's Avatar
    Join Date
    Sep 2000
    Location
    My own little world
    Posts
    274

    Populate your listbox

    for n = 0 to adodc.recordset.recordcount - 1
    listbox.list(n).additem adodc.recordset.fields(0)

    next

  3. #3
    Lively Member
    Join Date
    Aug 2000
    Posts
    125
    maybe this demo will help:

    http://pages.about.com/vbmakai/ado4.htm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width