Results 1 to 2 of 2

Thread: lstBox into LstBox and Database Question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    norcross, ga, USA
    Posts
    82

    Post

    I want to take sowe information from one lst box1 and throw it into another lstbox2 while at the same time adding it to a database.

    Secondly, If it is possible I would also like to add/move only the selected items from the lstbox1.

    Thanks!

    <c>

  2. #2
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Calgary Alberta
    Posts
    359

    Post

    strText = lstBox1.text

    lstBox2.additem strtext 'I think that's the syntax

    then add strText to the database. I don't know how you're connecting to it so haven't included it.

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