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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jogislav

  1. jogislav

    controls resize with form resize

    Or you can use the "Anchor" property of the control, which is much more efficient. Please consult the .NET framework documentation for details. j
  2. jogislav

    Can i add IF statement in ORACLE SQL SELECT statement? PLEASE HELP!!!

    Hi all The DECODE statement allows you to select a value depending on another value. Example: The statement SELECT DECODE(i.ordno, "22", "twenty-two", "23", "twenty-three", "none") FROM INVENTORY I will give you "twenty-two", if i.ordno equals "22", "twenty-three", if i.ordno equals "23"...

Part and Inventory Search

Back
Top