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

    Setting uppercase

    I need to set a field to uppercase, regardless of the case of the entry. I understand the following javascript may allow me to do this, but it doesn't seem to work. ======================================== function Ucase(TextField1) { var s = TextField1.rawValue; TextField1.rawValue =...

Part and Inventory Search

Back
Top