Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Forms 6.0 triggers

Forms 6.0 triggers

From: <WiltonD_at_state.mi.us>
Date: Wed, 13 Dec 2000 21:30:23 GMT
Message-ID: <918ppg$amn$1@nnrp1.deja.com>

Hi, I have a master-detail form where I "execute_query" during new_form_instance. I display 5 master records and for the current master all detail records with one detail being current. The cursor focus is in the master block.
I'm looking for the last trigger to fire before the user has access to form.
I need to do two things:
1. Go to a specific detail record i.e go_record(3) if a condition is meet.
2. I need to set a detail item property that is valid only for the current detail. enable or disable a button. I use a post_query and when_new_record_instance trigger to change the item property for the current detail block. This only works if the user enters and scrolls through the detail block. BUT I need to change the item while the user scrolls through the master block. Ideas?
Is there a trigger that that fires after all data has been queried and the form is about to display where I can check a condition and set properties?

Thanks, Dave

Sent via Deja.com
http://www.deja.com/ Received on Wed Dec 13 2000 - 15:30:23 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US