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

Thread: Pass Parameter (Report Object)

  1. #1
    Join Date
    Jul 2001
    Location
    ksa
    Posts
    37

    Thumbs up

    Hi all

    Q1: how I can pass Parameter from form to report using
    report object like this where I put my parameter...did I need
    create the same parameter on my report ....

    declare
    comodo varchar2(200);
    repid REPORT_OBJECT;
    begin
    repid := find_report_object('report31');
    comodo := run_report_object(repid);
    end;
    ***************************************************
    Q2: I want print report directly after pasing parameter and
    I don't want see the report screen how I can do this through
    report object ...

    Thanks in advanced
    mohammed
    If There Is somthing to do it just do it with oracle ....

  2. #2
    Join Date
    Aug 2001
    Posts
    20
    Hi
    You can use :SYSTEM.SUPPRESS_WORKING:='TRUE'
    if you want to suppress the parameter form of Report 2.5.
    when calling the report from Forms .

    Happy Programming

    Regards
    Shailesh

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