Home » Developer & Programmer » Reports & Discoverer » DRILL DOWN REPORTS (FORMS AND REPORTS 6I)
DRILL DOWN REPORTS [message #275872] Tue, 23 October 2007 02:30
pavan geniga
Messages: 1
Registered: October 2007
Location: hyderabad
Junior Member
hi eveyone,

i am presently working on drill down reports , iam facing a problem in
it , when iam pressing a button inside a report then its coming fine ,
when iam presing the different button then its going into working ... can u help me out..by attaching any of ur RDF'S which contains
drill down facility.....i'll be thankfull if u attach it ..

below is the code

there is button inside a report which contains following plsql code....
if it satisfies first condition it should run OWNSCONS report or else it shud run OWNOTHSER REPORT
--------------------------------------------------
IF TEM='Consultation' THEN
srw.run_report('\\MEDICITI\MEDICITI\EXE\OWNCONS PARAMFORM=NO P_DOCTORID='||:P_DOCTORID ||' FROMDATE='||:FROMDATE ||' TODATE='|| :TODATE );
ELSIF TEM='Other Services' THEN
srw.run_report('\\MEDICITI\MEDICITI\EXE\OWNOTHSER PARAMFORM=NO P_DOCTORID='||:P_DOCTORID ||' FROMDATE='||:FROMDATE ||' TODATE='|| :TODATE );
---------------------------------------------------------
Previous Topic: Signal 11 error in Reports 6i.
Next Topic: how to trap rep-0108
Goto Forum:
  


Current Time: Wed Jul 03 00:36:05 CDT 2024