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 Chriss Miller 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: mohiz
  • Content: Threads
  • Order by date
  1. mohiz

    Auto Next Number

    Here is the code i used to get the desire result. The only problem is if there is null value then it does not generate the next number. declare matter_no number(2); begin select max(to_number(substr(matter_code,1,2))) + 1 into :matter.matter_code from matter where...
  2. mohiz

    Multipul Tab Pages

    how can I create a multi tab pages on a single block envirement when a tab is clicked the related information with the tab should execute just like master detail form. advise will be appreciated

Part and Inventory Search

Back
Top