Forms Interview Questions
- What is Data Block?
- What triggers are available in Forms?
- How do you attach a library to a form?
- What are Object Groups?
- How do you build a popup menu?
- What are program units in forms? How to do you use them?
- What are different Visual Attributes in Forms?
- What is difference between PL/SQL library and object library in Forms?
- Give some Built in Package Names?
- Can you issue DDL in forms? If so how do you?
- What is SECURE property?
- What are the types of triggers and how the sequence of firing in text item
- Can you store pictures in database? How?
- What are property classes? Can property classes have trigger?
- If you have property class attached to an item and you have same trigger written for the item .Which will fire first?
- What are record groups?
- Can record groups created at run-time?
- What is ALERT?
- Can a button have icon and lable at the same time?
- What is mouse navigate property of button?
- What is FORMS_MDI_WINDOW?
- Can object group have a block?
- How many types of canvases are there?
- What are user-exits?
- Can you call WIN-SDK thruo' user exits?
- Does user exits supports DLL on MSWINDOWS ?
- What is path setting for DLL?
- what are key-mode and locking mode properties? level ?
- What are savepoint mode and cursor mode properties ? level?
- What are OPEN_FORM,CALL_FORM,NEW_FORM? diff?
Oracle Forms Personalization Interview Questions
- What is Forms Personalization? Where it is used? What For?
- What can be implemented through Forms Personalization?
- What are the advantages/disadvantages of Forms Personalization when compared to CUSTOM.pll?
- At what level you can restrict personalization code?
- How to do implement ZOOM Functionality using personalization?
- Can you hide a text field using personalization? How?
- What are different triggers that can be used in personalization?
- Can you transfer the data from one form to another form using personalization?
- Can you use global variables in forms personalization? If so How?
- How do you display messages, warnings, errors through personalization?
- When you display a error message at WHEN-VALIDATE Trigger will the data will be saved into database?
- How to do you make a field mandatory or not mandatory using Forms Personalization?
- Can you default a value in a text filed through personalization? How?
- What is the difference between having personalization at function level rather than form level?
- How do you move personalization from one instance/database to other?