what is an object groups?
Answers were Sorted based on User's Feedback
Answer / shumyla aziz
An object group is a container for a group of objects. You
define an object group when you want to package related
objects so you can copy or subclass them in another module.
Object groups provide a way to bundle objects into higher-
level building blocks that can be used in other parts of an
application and in subsequent development projects.
For example, you might build an appointment scheduler in a
form and then decide to make it available from other forms
in your applications. The scheduler would probably be built
from several types of objects, including a window and
canvas, blocks, and items that display dates and
appointments, and triggers that contain the logic for
scheduling and other functionality. If you packaged these
objects into an object group, you could then copy them to
any number of other forms in one simple operation.
You can create object groups in form and menu modules. Once
you create an object group, you can add and remove objects
to it as desired.
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / barick prabhudatta
An object group is a container for a group of objects.
Object groups provide a way to bundle objects into higher-
level building blocks that can be used in other parts of an
application and in subsequent development projects.
| Is This Answer Correct ? | 1 Yes | 1 No |
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 ?
What are the built-ins used for finding object ID functions?
Is it possible to have multiple layouts in a report?
What are the built-ins that are used for setting the LOV properties at runtime?
i don't want to give the path of .Dat file in .Ctl file dynamically i want to give how
what is bit map and character mode
What buil-in routines are used to display editor dynamicaly?
What is the difference between keystartup and pre-form ?
Does a Before form trigger fire when the parameter form is suppressed.
What is the use of Page Protect Property?
what are the new features introduced in oracle form services in 11g release 2?
What are the design facilities available in forms 4.0?