daogu
saniao
December 9, 2010
how could I use MENU to call report
Filed under : Forms
hi, all
I’m using the following procedure to call Reports within form
and define the report path within the NODE REPORT within the module ,
please, how could I use MENU to call the report
thanks
Answer:Have you tried writing code that calls this procedure from a menu?
David
Answer:
| djmartin wrote on Thu, 07 August 2008 01:55 |
| Have you tried writing code that calls this procedure from a menu? |
hi, dear David
I try many times without any point of success (Perhaps I mis-understand the mechanism) ,
but, I tried using an empty CANVAS on separate Form with PRE-FORM triger calling the report procedure
then,
in menu ,just call this form , the report works properly.
until I get my point, this method works nice.
thanks
Answer:If you working with 9i or 10g Database, maybe you could write a database procedure to invoke your report from the database and call this procedure from the menu.
search for event-driven publishing
Answer:Why not call the report from the Menu item’s ‘Menu Item Code’?
David
Answer:hi,
thanks all for your concern
| djmartin wrote on Fri, 08 August 2008 02:08 |
| Why not call the report from the Menu item’s ‘Menu Item Code’? |
how to specify the report’s file path?
thanks
Answer:Have you got a report to work from a form yet?
David
Related posts:
- how to call a report from forms-10g Hi Guru, can you please tell me how to...
- How to call a report? Hi I am using form and reports 10g.Calling reports...
- Call a procedure Hello, I am trying to create an application something...
- query for saving the called report Hi all, I have a form which is calling...
- How to call report in PLSQL? currently , I am invoking reports 6i executable file...
No Comments