Jump to content

MyODBC - SysListView321


Recommended Posts

I am working with MyODBC and have navigated to the 2nd tab and the Add... button which brings up another window. In this new window there is a list with a className of SysListView321. Are any of you familiar with this type control? It appears to be a listbox of some type with a vertical scroll. I need to maneuver to near the bottom of the list. Sending('{DOWN}' moves down thru the list but I want to verify my position by reading the item name. However ControlGetText always returns List1, GUICtrlListGetText returns '', and ControlListView returns zeros. Any suggestions?

Thanks,

jh

Link to comment
Share on other sites

For this type of control (SysListView321.) use one of these two options:

1) ControlListView()

2) functions for ListView from Auto3Lib (A3LListView.au3)

If ControlListView() don't work you have probably some error in your script, so post your code.

Just downloaded Auto3Lib. Will give that a try 1st.

Thanks,

jh

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...