Printing datas For a selected record from a Mutliple records [message #411474] |
Sat, 04 July 2009 02:55 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sprity
Messages: 18 Registered: July 2009
|
Junior Member |
|
|
Hi....
i have a multi record block. My client wants to print a report based on the
record he selects/clicks.
For example if my employee block has 20 records and my clients clicks 7th record and then
clicks the Print button the particular details should be printed in the report.
I want to know how to use parameter from form to reports for this situation.
A timely help is needed here.....
Thanx in advance........
|
|
|
|
Re: Printing datas For a selected record from a Mutliple records [message #415127 is a reply to message #411474] |
Sat, 25 July 2009 01:55 ![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) |
sprity
Messages: 18 Registered: July 2009
|
Junior Member |
|
|
it is solved now....
jus sharing the solution....
In forms we have to call the parameter....
Jus create a text box and pass the selected value(from multi record block) into it.set the parameterform to No and then call
the parameter code.
ex
'¶metrform=no' || '&emp.empno=' || :emp.eno
eno is the parameter used in reports....
|
|
|
|