GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  D2K
Go To First  |  Previous Question  |  Next Question 
 D2K  |  Question 22 of 71    Print  
how we will find duplicate record in detail block when we leave the field

  
Total Answers and Comments: 3 Last Update: April 05, 2008     Asked by: nitin kumat 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: madhav_menti
 
In this senario Better to  use record group. Using record group we dump the table data at client system level and check the entered data. To achive this you write functions to find dup record under the Trigger When_new_item_instance at the block level. If any body wants complete code please mail me.

Above answer was rated as good by the following members:
ranjankumardey
May 31, 2006 05:41:27   #1  
Supriya        

RE: how we will find duplicate record in detail block ...

We can find duplicate record by using 'POST' builin in when_new item instance trigger at item level in detail block.

POST;

Writes data in the form to the database but does not perform a database commit. It's temporary commit thats useful for duplicate validation.


 
Is this answer useful? Yes | No
October 07, 2007 15:41:38   #2  
osden        

RE: how we will find duplicate record in detail block ...

Create a trigger at form level When-database-trigger Post; (this
command will temporary apply the changes to the database) Than you find by Sql
Query if it is duplicate Record.


 
Is this answer useful? Yes | No
April 04, 2008 06:47:32   #3  
madhav_menti Member Since: April 2008   Contribution: 1    

RE: how we will find duplicate record in detail block when we leave the field
In this senario Better to use record group. Using record group we dump the table data at client system level and check the entered data. To achive this you write functions to find dup record under the Trigger When_new_item_instance at the block level. If any body wants complete code please mail me.
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape