Next record problem in When Validate Item trigger [message #174474] |
Mon, 29 May 2006 05:41 |
emadbsb
Messages: 334 Registered: May 2005 Location: egypt
|
Senior Member |
|
|
Hii all
i wrote that code in my trigger item 'when validate item':
Quote: |
IF (:GMTRDXXXX.METERSTATE = 3 ) THEN
next_record;
END IF;
|
when i run the form and enter '3' in this item it gives me that error:
Quote: |
illegal restricted procedure next_record in when validate item trigger
ora-01403 no data found
|
i want to go to the next record in that block when that item contain '3' without continueing passing to the rest of my current record
Thanks for Everyone helped and helping me
|
|
|
|
|
|