What is trigger associated with the timer?

1 Answer

Answer :

When-timer-expired.

Related questions

Description : What are the trigger associated with image items?

Last Answer : When-image-activated fires when the operators double clicks on an image itemwhen-image-pressed fires when an operator clicks or double clicks on an image item

Description : What are timers ? when when-timer-expired does not fire?

Last Answer : The When-Timer-Expired trigger can not fire during trigger, navigation, or transaction processing.

Description : What is a timer?

Last Answer : Timer is an "internal time clock" that you can programmatically create to perform an action each time the times.

Description : When the form is running in DEBUG mode, If you want to examine the values of global variables and other form variables, What package procedure command you would use in your trigger text ?

Last Answer : Break. SYSTEM VARIABLES

Description : Which trigger related to mouse?

Last Answer : When-Mouse-Click When-Mouse-DoubleClick When-Mouse-Down When-Mouse-Enter When-Mouse-Leave When-Mouse-Move When-Mouse-Up

Description : What is transactional trigger property?

Last Answer : Identifies a block as transactional control block. i.e. non - database block that oracle forms should manage as transactional block.(NON- ORACLE datasource) default - FALSE.

Description : If you have property class attached to an item and you have same trigger written for the item . Which will fire first?

Last Answer : Item level trigger fires , If item level trigger fires, property level trigger won't fire. Triggers at the lowest level are always given the first preference. The item level trigger fires first and then the block and then the Form level trigger.

Description : What are property classes ? Can property classes have trigger?

Last Answer : Property class inheritance is a powerful feature that allows you to quickly define objects that conform to your own interface and functionality standards. Property classes also allow you to make global ... all objects that inherit properties from that class. Yes . All type of triggers .

Description : Which trigger are created when master -detail rela?

Last Answer : master delete property * NON-ISOLATED (default) a) on check delete master b) on clear details c) on populate details * ISOLATED a) on clear details b) on populate details * CASCADE a) per-delete b) on clear details c) on populate details

Description : Can U disable database trigger? How?

Last Answer : Yes. With respect to table ALTER TABLE TABLE [[ DISABLE all_trigger ]]

Description : Can you use a commit statement within a database trigger?

Last Answer : No

Description : What is Database Trigger ?

Last Answer : A Database Trigger is procedure (set of SQL and PL/SQL statements) that is automatically executed as a result of an insert in,update to, or delete from a table.

Description : What are the uses of Database Trigger ?

Last Answer : Database triggers can be used to automatic data generation, audit data modifications, enforce complex Integrity constraints, and customize complex security authorizations.

Description : What is a database trigger ? Name some usages of database trigger ?

Last Answer : Database trigger is stored PL/SQL program unit associated with a specific database table. Usages are Audit data modifications, Log events transparently, Enforce complex business rules Derive column values automatically, Implement complex security authorizations. Maintain replicate tables.

Description : Is it possible to use Transaction control Statements such a ROLLBACK or COMMIT in Database Trigger ? Why ?

Last Answer : It is not possible. As triggers are defined for each table, if you use COMMIT of ROLLBACK in a trigger, it affects logical transaction processing.

Description : What are two virtual tables available during database trigger execution ?

Last Answer : The table columns are referred as OLD.column_name and NEW.column_name. For triggers related to INSERT only NEW.column_name values only available. For triggers related to UPDATE only OLD. ... values only available. For triggers related to DELETE only OLD.column_name values only available.

Description : What is a Trigger ?

Last Answer : A piece of logic that is executed at or triggered by a SQL *forms event.

Description : What is the difference between a Function Key Trigger and Key Function Trigger ?

Last Answer : Function key triggers are associated with individual SQL*FORMS function keys You can attach Key function triggers to 10 keys or key sequences that normally do not perform any SQL * FORMS operations. These keys referred as key F0 through key F9.

Description : What does an on-clear-block Trigger fire?

Last Answer : It fires just before SQL * forms the current block.

Description : Can we use GO-BLOCK package in a pre-field trigger ?

Last Answer : No

Description : Is a Key startup trigger fires as result of a operator pressing a key explicitly ?

Last Answer : No

Description : Can we use a restricted package procedure in ON-VALIDATE-FIELD Trigger ?

Last Answer : No

Description : What is the difference between an ON-VALIDATE-FIELD trigger and a trigger ?

Last Answer : On-validate-field trigger fires, when the field Validation status New or changed. Post-field-trigger whenever the control leaving form the field, it will fire.

Description : A query fetched 10 records How many times does a PRE-QUERY Trigger and POST-QUERY Trigger will get executed ?

Last Answer : PRE-QUERY fires once. POST-QUERY fires 10 times.

Description : When is PRE-QUERY trigger executed ?

Last Answer : When Execute-query or count-query Package procedures are invoked.

Description : What is the difference between ON-VALIDATE-FIELD trigger and a POST-CHANGE trigger ?

Last Answer : When you changes the Existing value to null, the On-validate field trigger will fire post change trigger will not fire. At the time of execute- query post-change trigger will fire, on-validate field trigger will not fire.

Description : At what point of report execution is the before Report trigger fired?

Last Answer : After the query is executed but before the report is executed and the records are displayed.

Description : What is WHEN-Database-record trigger?

Last Answer : Fires when oracle forms first marks a record as an insert or an update. The trigger fires as soon as oracle forms determines through validation that the record should be processed by the next post or ... the first item in the record, and after the operator attempts to navigate out of the item.

Description : Does a Before form trigger fire when the parameter form is suppressed?

Last Answer : Yes.

Description : Is the After report trigger fired if the report execution fails?

Last Answer : Yes.

Description : What is database Trigger?

Last Answer : A database trigger is a PL/SQL block that can defined to automatically execute for insert, update, and delete statements against a table. The trigger can e defined to execute once for the ... define database triggers. A database trigger can call database procedures that are also written in PL/SQL.

Description : Which one of the following types of pain is most likely to be associated with craniomandibular disorders: A. Exacerbated pain by hot or cold food B. Keeps patient awake at night C. Associated with muscle tenderness D. Associated with trigger spots related to the trigeminal nerve

Last Answer : C. Associated with muscle tenderness

Description : Explain the difference between a hot backup and a cold backup and the benefits associated with each.

Last Answer : A hot backup is basically taking a backup of the database while it is still up and running and it must be in archive log mode. A cold backup is taking a backup of the database while it is ... and thus there will be a slight performance gain as the database is not cutting archive logs to disk.

Description : What is an UTL_FILE.What are different procedures and functions associated with it?

Last Answer : UTL_FILE is a package that adds the ability to read and write to operating system files. Procedures associated with it are FCLOSE, FCLOSE_ALL and 5 procedures to output data to a file PUT, ... , PUTF, FFLUSH.PUT, FFLUSH.PUT_LINE,FFLUSH.NEW_LINE. Functions associated with it are FOPEN, ISOPEN.

Description : What are the triggers associated with a check box?

Last Answer : Only When-checkbox-activated Trigger associated with a Check box.

Description : What triggers are associated with the radio group?

Last Answer : Only when-radio-changed trigger associated with radio group Visual Attributes.

Description : What are the triggers associated with the image item?

Last Answer : When-Image-activated(Fires when the operator double clicks on an image Items) When-image-pressed(fires when the operator selects or deselects the image item)

Description : What are built-ins associated with timers?

Last Answer : find_timercreate_timerdelete_timer

Description : What are the two repeating frame always associated with matrix object?

Last Answer : One down repeating frame below one across repeating frame.

Description : What is a watchdog timer in Arduino?

Last Answer : A watchdog timer in Arduino is a timer that can be used to monitor the state of the microcontroller and reset the system if it becomes unresponsive or crashes.

Description : What is a watchdog timer in Arduino?

Last Answer : A watchdog timer in Arduino is a hardware timer that can be used to reset the microcontroller if the program stops running or crashes.

Description : What is a watchdog timer in Arduino?

Last Answer : A watchdog timer in Arduino is a hardware timer that can be used to reset the microcontroller if the program stops running or crashes.

Description : What is a watchdog timer in Arduino?

Last Answer : A watchdog timer in Arduino is a hardware timer that can be used to reset the microcontroller if the program stops running or crashes.

Description : Have you ever tried the timer function on your kitchen oven?

Last Answer : I would guess a lot of ovens are different but with ours you just push timer then hold the time button for the amount of time you wish,once you let go it will start counting down then beep letting you know the time is up.

Description : What service should I use for filing taxes? (first timer)

Last Answer : answer:With as simple a return as you appear to have, that is, with no mortgage or student loan or other deductible interest (is student loan interest even tax deductible?) and no other extraordinary income or ... - not one iota - for your cat. But I hope you enjoy its company. See, I care!

Description : Why is my Blackberry continually showing a moving "timer" symbol every time I try to do something on it?

Last Answer : Have you tried to remove the battery and reset it? It could be the internet supplier or your internet connections on it. However, I am no whiz either. So there, I gave it a bash. It sounds to me like the net connection is timing out.

Description : What are the "must-do's" in New York City for a first-timer?

Last Answer : answer:Make sure you hit up some of the museums. The Natural History museum in Manhattan is my favorite place on earth. http://en.wikipedia.org/wiki/American_Museum_of_Natural_History

Description : Do you ever wish that life worked on your timer instead of you having to live according to it?

Last Answer : I would like to live on a 27 hour day. 9 hours of sleep and 18 awake would suit me perfectly.

Description : Does the latest ipod shuffle have a sleep timer (or shut off after a certain amount of time)?

Last Answer : Unfortunately, no. As there’s no display and no way to access any kind of settings, there’s no documented way for activating a sleep timer on the Shuffle.

Description : I need a timer vault, any advice?

Last Answer : Why is kinky a tag? Don’t put a woman in a timed vault. Especially don’t put a woman in a small vault… I try not to judge, but I’m pretty sure that 200 hours in a vault will kill her from lack of oxygen…