How many times pre query and post query fired when we fetch 10 record from a table ?
1,1
1,10
10,10
10,1
Can :SYSTEM.CURRENT_BLOCK value be changed ?
True
False
What is the default level at which validation occurs in the Forms Runtime program?
Item
Form
Block
Record
You have created an alert with three buttons. What value will be returned if the user selects the second button?
BUTTON2
DIALOG_BUTTON2
ALERT_BUTTON2
It depends on the choice being offered by the button.
What is the purpose of the KEY-OTHERS trigger?
Provides code to execute if a key's own trigger fails
Provides code to execute if user presses a key that has no trigger attached
Provides code to execute if user presses wrong key
Provides code that accesses another key's trigger and executes the code it contains
Which built-in causes an LOV to display for a text item that has one defined?
WHEN-NEW-ITEM-INSTANCE
WHEN-NEW-LOV
GO_ITEM
SHOW_LOV
Which canvas type is most dissimilar to the others?
Content
Stacked
Tab
Toolbar
What is the primary difference between tab and stacked canvases?
A stacked canvas can contain push buttons.
A stacked canvas obscures what is beneath it.
A tab canvas can contain multiple pages.
A tab canvas looks much cooler.
You would like to create a trigger that fires each time a window is closed by the user. You will most likely place the trigger at which of the following levels:
Canvas level
Window level
Data block level
Item level
Form level
Which of these built-ins can you use in a PRE-UPDATE trigger?
DOWN
COMMIT_FORM
No Answer is Correct.
All Answers are Correct.