-
Background_color
In the Manual datablock , we will get records from database then I need to get each row in different color ......I am using the set_item_property('blockname.item',current_row_background_color,'red');plz help me.............
-
What is the maximum size of a form ?
255 character width and 255 characters Length.
-
How do you control the constraints in forms ?
Select the use constraint property is ON Block definition screen. BLOCK
-
-
What are the triggers associated with a check box?
Only When-checkbox-activated Trigger associated with a Check box.
-
What is a display item?
Display items are similar to text items but store only fetched or assigned values. Operators cannot navigate to a display item or edit the value it contains.
-
What is a list item?
It is a list of text elements.
-
What are the display styles of list items?
Poplist, No text Item displayed in the list item. Tlist, No element in the list is highlighted.
-
What is a radio Group?
Radio groups display a fixed no of options that are mutually Exclusive .User can select one out of n number of options.
-
How many maximum number of radio buttons can you assign to a radio group?
Unlimited no of radio buttons can be assigned to a radio group
-
What are the types of visual attribute settings?
Custom Visual attributes Default visual attributes Named Visual attributes. Window
-
-
Name the two files that are created when you generate the form give the filex extension ?
INP (Source File) FRM (Executable File)
-
-
How do you trap the error in forms 3.0 ?
using On-Message or On-Error triggers.
-
When will ON-VALIDATE-FIELD trigger executed ?
It fires when a value in a field has been changed and the field status is changed or new and the key has been pressed. If the field status is valid then any further change to the value in the field will not fire the on-validate-field trigger.
-
What is the difference between ON-VALIDATE-FIELD trigger and a POST-CHANGE trigger ?
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.
-
When is PRE-QUERY trigger executed ?
When Execute-query or count-query Package procedures are invoked.
-
-
What ERASE package procedure does ?
Erase removes an indicated global variable.
Oracle Forms Interview Questions
Ans