DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Help !!!

Hybrid View

  1. #1
    Join Date
    Dec 2001
    Location
    Brazil
    Posts
    282

    Hey. I am not into oracle development tools such forms or reports, just administration.

    how do I call a Report in Forms6i using a menu?

    Thanks for who helps.

    F.

  2. #2
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    In menu pl/sql code u have to execute command:

    run_product(reports, {report_file_name}, SYNCHRONOUS, RUNTIME, FILESYSTEM,{name_of_parameter_list},NULL);

    example:
    Run_Product(REPORTS, 'ur_rep', SYNCHRONOUS, RUNTIME, FILESYSTEM, parms, NULL);

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width