Developer 9i Reports

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bprasanth
    New Member
    • Dec 2006
    • 12

    Developer 9i Reports

    Please any one tell me how to call a report in Developer9i Form or how to pass a parameter in the button of Form to call the report file.
    If any one know this answer please send immediately.
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    Originally posted by bprasanth
    Please any one tell me how to call a report in Developer9i Form or how to pass a parameter in the button of Form to call the report file.
    If any one know this answer please send immediately.
    Welcome to thescipts.

    You are more likely to get an answer to your question if you post it in the appropriate forum. See discussion zones on the right of this page.

    Mary

    Comment

    • suvam
      New Member
      • Nov 2006
      • 31

      #3
      U may use ADD_PARAMETER function to pass parameter in the When_Button_Pre ssed trig of the Button and call RUN_REPORT function for calling the report . U pls consult help file for appropriate syntax .

      Comment

      Working...