|
Re: Call Report from form [message #223622 is a reply to message #223284] |
Fri, 09 March 2007 17:11 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ossamakamel
Messages: 8 Registered: February 2007
|
Junior Member |
|
|
HI TRY THIS CODE
DECLARE
X PARAMLIST;
BEGIN
X := CREATE_PARAMETER_LIST('T1');
ADD_PARAMETER(X,'PARA_NAME_FROMREPORT',TEXT_PARAMETER,:BLOCK.ITEM);
RUN_PRODUCT(REPORTS,'REPORT_NAME',SYNCHRONOUS,RUNTIME,FILESYSTEM,X);
DESTROY_PARAMETER_LIST('T1');
END IF;
END;
-
Attachment: xxx.fmb
(Size: 40.00KB, Downloaded 972 times)
|
|
|
Re: Call Report from form [message #225425 is a reply to message #223622] |
Mon, 19 March 2007 22:41 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Have you solved your problem?
What version of Forms are you using? If 9i use 'web.show_document'. Search this forum for examples of its use.
David
|
|
|