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. b0nkers

    Looping through elements of a record in PL/SQL

    Awesome stuff - thanks guys! I may not have made my question open enough - VC's solution does exactly what I want. cheers!
  2. b0nkers

    Looping through elements of a record in PL/SQL

    I'm trying to write a generic proc that can loop through the elements in a single record, concatenating each to a variable. An example will help : TYPE T_OUTPUT_ROW IS RECORD ( v_Field_01 CHAR(3), v_Field_02 CHAR(50)); r_OutputRow T_OUTPUT_ROW; ... LOOP FETCH...
  3. b0nkers

    HELP! Setting a ListBox's column heading

    I feel like I'm going crazy - this should be so simple, but I can't figure out how to do it! I need to set the heading of a listbox in my code. I'm not populating the listbox from a range, I actually want to assign the value in my code. So, it's a 4 column list box. Each column needs a...

Part and Inventory Search

Back
Top