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 Mike Lewis 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: *

  • Users: try
  • Order by date
  1. try

    passing parameters from forms to reports

    run_product (Reports, '<report_name>', Synchronous, runtime, filesystem, ' ', null); the above is the proper way to call the report... now you can build a paramter list and pass it. declare p1 = PARAMLIST; begin p1 := GET_PARAMTER_LIST ('xxx'); if not id_null (p1) then destroy_paramter_list...
  2. try

    Updating parent table with value from child table

    have you tried to use where exist? check the SQL reference manual for more details!

Part and Inventory Search

Back
Top