Entries from May 2009
call_form stack
Any attempt to navigate programmatically to disable form in a call_form stack is allowed.(True or False)
False.
Read More...
Built-ins used for finding object ID functions
What are the built-ins used for finding object ID functions?
Find_group(function)
Find_column(function)
Read More...
Built-ins associated with timers
What are built-ins associated with timers?
find_timer
create_timer
delete_timer
Read More...
Difference between pre-select and pre-query
What is a difference between pre-select and pre-query?
Fires during the execute query and count query processing after oracle forms constructs the select statement to be issued, but before the statement is actually issued. The pre-query trigger fires just before oracle forms issues the select statement to the database after the operator as define the example Read More...