Home » Developer & Programmer » Forms » Call Report from form
Call Report from form [message #223284] Thu, 08 March 2007 05:14 Go to next message
lakshmi surya ram
Messages: 188
Registered: June 2006
Location: HYDERABAD
Senior Member

Hi ,

I am unable to call a report from form. Here I am uploading my .fmb file pls check the code.
thanks,
Surya
  • Attachment: xxx.fmb
    (Size: 44.00KB, Downloaded 992 times)
Re: Call Report from form [message #223622 is a reply to message #223284] Fri, 09 March 2007 17:11 Go to previous messageGo to next message
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
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
Previous Topic: Display menu in Forms 10g
Next Topic: imaing Ocx
Goto Forum:
  


Current Time: Thu Feb 13 01:18:48 CST 2025