GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  Forms Customization

 Print  |  
Question:  When you are moving a cursor on a form what are the possible triggers that are going to be fired?



November 11, 2007 06:54:12 #1
 Anupam   Member Since: Visitor    Total Comments: N/A 

RE: When you are moving a cursor on a form what are th...
 

If you are moving from a item of first block to the item of another block in a form then following trigger will be fired.

post-text
when-validate-item (fired only when the status of the textitem has been changed)
post-block
pre-block
when-new-block-instance
pre-text
when-new-item-instance

If you are moving from a item to another item  in same form then following trigger will be fired.

post-text
when-validate-item (fired only when the status of the textitem has been changed)
pre-text
when-new-item-instance

     

 

Back To Question