Path: news.f.de.plusline.net!news-fra1.dfn.de!keepthis.news.telefonica.de!telefonica.de!news.cs.univ-paris8.fr!proxad.net!216.239.36.134.MISMATCH!postnews.google.com!m58g2000cwm.googlegroups.com!not-for-mail
From: "Naeem" <naeemshzd@hotmail.com>
Newsgroups: comp.databases.oracle.misc
Subject: Error while running report from within Forms
Date: 2 Feb 2007 10:36:03 -0800
Organization: http://groups.google.com
Lines: 22
Message-ID: <1170441362.946651.203030@m58g2000cwm.googlegroups.com>
NNTP-Posting-Host: 203.135.9.83
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1170441368 16418 127.0.0.1 (2 Feb 2007 18:36:08 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 2 Feb 2007 18:36:08 +0000 (UTC)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1),gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: m58g2000cwm.googlegroups.com; posting-host=203.135.9.83;
   posting-account=WKpMuQ0AAABVaGzqjnRZpYGC_y6vepNK
Xref: news.f.de.plusline.net comp.databases.oracle.misc:77902

I am using Oracle 9iDB on Windows 2000 Server and 9iDS (R2) on client
side. When I try to run report from within a form. Error message is
displayed "You didn't provide a report name". I have attached a
report object in the Reports node in Forms targeting .rdf report
file.
Following is the code:

declare
 v_rep VARCHAR2(100);
 repid REPORT_OBJECT;


begin


repid := FIND_REPORT_OBJECT('REPORT76');
v_rep := RUN_REPORT_OBJECT(repid);
end;


Please help....

