What are modal windows?
Answer / anil_abbireddy
Modal window is a window which requires the user interaction
and we can not minimize,maximize,move
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a library?
How many types of trigger can be used in a table at a time ?
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
what are the different objects that you cannot copy or reference in object groups?
What are the unrestricted procedures used to change the popup screen position during run time ?
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 ?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame?
Can you attach an alert to a field?
What is a Static Record Group?
What are the display styles of an alert?
sequence of firing triggers for text-item is: 1)key_next_item, 2)when_validate_item, 3)post_text_item Now i change sequence of firing triggers like when_validate_item,key_next_item... Is it possible to change sequence? How?