Print specific number of copies of report linkes with form [message #253570] |
Tue, 24 July 2007 06:00  |
scosco
Messages: 12 Registered: July 2007 Location: Port louis
|
Junior Member |
|
|
hi,im new to oracle 10g,im working on form and report using SET_REPORT_OBJECT_PROPERTY...How to print a specific number of copies of report called from a form.
Actually im using the code:
SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESTYPE,printer);
for e.g i wanna print 2 copies a a report..
plz help
|
|
|
|
|
|
Re: Print specific number of copies of report linkes with form [message #256143 is a reply to message #256136] |
Fri, 03 August 2007 02:34  |
scosco
Messages: 12 Registered: July 2007 Location: Port louis
|
Junior Member |
|
|
hi....i post my work on the
message:Call several reports from a button-pressed form
im just passing 3 parameters from form to reports like u've seen 'ST_CASH_ID='||varstcashid||' ST_DATE='||:stdate||' ST_SITE='||varstsite||' and the param is set to no and the number of copies is set to 2.
Simple...which has took some time though..heheh..
|
|
|