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

Thread: param form

  1. #1
    Join Date
    Jul 2000
    Location
    india
    Posts
    213
    hi everybody,
    can i suppress the parameter form.actually i am passing the parameters from the form and that form uses the run_product
    but it again opens the parameter form in the report builder and i have to press the enter.is there any way so that i can suppress the parameter form.pls help
    thanks in advance
    pras

  2. #2
    Join Date
    Aug 2000
    Posts
    462
    yes.

    add another parameter to your paramlist in your form:

    add_parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');

  3. #3
    Join Date
    Aug 2000
    Posts
    53
    Hi pras
    If you are Calling that form through applications you can use fnd_request.submit_request.

    Thanks
    ABC

  4. #4
    Join Date
    Jul 2000
    Location
    india
    Posts
    213
    Hi Kmesser
    thanks a lot .it works.
    pras
    Dream as if u'll live forever..Live as if u'll die today.

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