in your sql select them with as in your proc
like lets say instead of customername which is the field in the table and you want to show Name in your column header
change sql to select customername AS Name etc ...
doesnt the combobox have an insertat method? then u can inseart at the required index
you should be able to get the text from the combobox.items[index].value(or text depends on how you added it) the text :)
why dont you instantiate a new cursor and set it to cursor.hand?
Or use the cursor library that i showe you previously now that we have the show and hide working:)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.