doubt in reports [message #90052] |
Sat, 16 October 2004 00:19 |
ramprasad
Messages: 2 Registered: October 2004
|
Junior Member |
|
|
hi..
my problem is like this..
i have a set of data(tables which are updated throught my form
when i click on update)
now i want to desing a temporary table..
and show the(updated information on report ie. oracle reports)
so, how i have design a temporary table..and
generate a report ..
immediate..
|
|
|
Re: doubt in reports [message #90053 is a reply to message #90052] |
Sat, 16 October 2004 02:14 |
raviranjan
Messages: 41 Registered: April 2004
|
Member |
|
|
HELLO.......
THROUGH MY OPANION U CREATE A TEMPORARY TABLE AND INSERT ALL UPDATE VALUE IN IT WHEN U UPDATE THE BASE TABLE AND FROM TEMPORARY TABLE U CAN CREATE
REPORT.
BUT U HAVE TO INSERT SIMULTANEOUS RECORD IN TEMP TABLE.
u can use trigger for automaticaly insert the value in tamp table
|
|
|