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 Wanet Telecoms Ltd 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: rabrabbie
  • Content: Threads
  • Order by date
  1. rabrabbie

    can display item be saved in database?

    Hi, Can a display item be saved in the database? I am using oracle 6i forms and here are the fields in my table(SO_LINES): LINE PRODUCT QTY PRICE ITEMTOT I made the ITEMTOT field to be a display item. In the property pallete, I made the calculation mode to Formula(:SO_LINES.QTY *...
  2. rabrabbie

    How to pass parameter from Oracle Forms to reports

    Hi, I am studying Oracle 6i Forms/Reports, how do I pass a parameter from Oracle forms to Oracle reports ? This is the syntax I used in the oracle forms, to print the so_totals report. IF ID_NULL(CR_PARAM) THEN cr_param := create_parameter_list('CREATEP'); ELSE...
  3. rabrabbie

    Which fire first , On-populate-details or On-clear_details?

    Hi, Which trigger fire first, On-populate-details or On-clear-details for the Master - Detail relationship? Thanks.
  4. rabrabbie

    post-query trigger question

    Hi everybody, Does the POST-QUERY trigger fire before or after the records are shown to the user? Thanks.
  5. rabrabbie

    Problem on executing program in PL./SQL interpreter

    Hi, I am just starting to learn using the PL/SQL interpreter. When I try to execute a procedure(PROC_TEST) in the PL/SQL interpreter it does not execute. This is the syntax I made PL/SQL> PROC_TEST; PL/SQL> (It did not state anything whether there is a problem or not. It just displayed the...
  6. rabrabbie

    Ora 9i Database Fundamentals I book by Jason Couchman

    Hi to all, I am planning to buy Oracle 9i database fundamentals I (1z0-031) by Jason Couchman. Could someone comment on this book? Is the book sufficient for preparation on the 1z0-031 exam? Thank you very much.

Part and Inventory Search

Back
Top