Jump to content

ListView Problems


Ghost21
 Share

Recommended Posts

Couple Questions.

1. I have 400+ records in a database that I update then it goes back and populates the list view how can I clear the list completley there is 5 columns if that makes a difference ?

2. How can you drag and drop the currentley selected record onto say a input box or combo box ???

Sorry if these might be stupid questions for the rest of you but please point me in the right direction>..

Edited by Ghost21
Link to comment
Share on other sites

Couple Questions.

1. I have 400+ records in a database that I update then it goes back and populates the list view how can I clear the list completley there is 5 columns if that makes a difference ?

The easiest way would be to do _GUICtrlListView_DeleteAllItems() and then rebuild it.

2. How can you drag and drop the currentley selected record onto say a input box or combo box ???

Sorry if these might be stupid questions for the rest of you but please point me in the right direction>..

I think you can, but haven't needed it. Perhaps others have done this before.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...