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!

Recent content by rabrabbie

  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

    Thanks Dima. It's now working!!!
  3. rabrabbie

    How to pass parameter from Oracle Forms to reports

    I have added the 'paramform=NO' parameter, but still the runtime parameter form exists. I have also defined the 'customer_pass' parameter in the user parameters of Oracle Reports. However, when the RUNTIME Parameter appears the customer pass parameter is blank. IF ID_NULL(CR_PARAM) THEN...
  4. rabrabbie

    How to pass parameter from Oracle Forms to reports

    Thank you lewisp for the response. I have defined the parameter "customer_pass" in the report. But, what is happening is after calling the report from the Oracle Forms a Runtime Parameter Form displays. It shows the customer pass parameter and it is null. I still have to enter a...
  5. 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...
  6. 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.
  7. rabrabbie

    Ora 9i Database Fundamentals I book by Jason Couchman

    It is an exam guide. I found the book's title "Oracle 9i database fundamentals I" at amazon.com.
  8. rabrabbie

    post-query trigger question

    Hi everybody, Does the POST-QUERY trigger fire before or after the records are shown to the user? Thanks.
  9. 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...
  10. 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