How to process all records one by one, in a data block [message #390574] |
Sat, 07 March 2009 13:50  |
manimuthuraman
Messages: 6 Registered: July 2006 Location: chennai
|
Junior Member |
|
|
Hi I have two data blocks in my canvas
While running the form
a)WHEN NEW FORM INSTANCE, i query the data block 1.
When i click a button,
by calling a procedure...
I need to process Data block1 - record one by one, to check whether this record exists in data block 2'table.
If it is there, update it or else to insert it.
Then i need to query the data block 2's table(go_block datablock2...Execute query) & display it as data block 2 o/p.
|
|
|
|