Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Wilsond3010

    Importing a Text File in Excel

    I'm trying to open a text with the xlapp command from vb5. But I can't get the text file to open in comma delimitated format. Anyone help me.
  2. Wilsond3010

    Make a Combo Box Read Only

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

    Make a Combo Box Read Only

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

    Oracle update not properly ended.

    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.

Part and Inventory Search

Back
Top