Thanks for your help.
I've managed to fix the problem. I had to keep the combo as a type 0 since I want to be able to populate the combo.text with a value.
And had to add some code to say if the keypress wasn't a up or down cursor to lock the combo text area.
Can anyone help.
I trying to read a combo box values from a file.
But how do I make the inital text value. But also make it so they cannot type into the field.
And have to choose from the drop down list.
Can anyone spot what is wrong with this bit of code.
update license_list
set license_list.license_type = productmap.license_type
from license_list, productmap
where product_name = tivoli_product_name
and netc_version = tivoli_version
I keep getting sql command not properly ended.
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.