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 |
Give built-in routine related to a record groups?
Can u explain me the Restricted and unrestricted procedure in Forms And reports and example as well ??
Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;
What are the types of TRIGGERS ?
What are the vbx controls?
What is a library?
What is a Static Record Group?
EXIT_FORM is a restricted package procedure ?
There are Two pl/sql Libraries Lib1,Lib2 are attached to a form and these two libraries contains functions with same name fun1 (i,e lib1 have a function fun1 and lib2 also have a function fun1).how to call these functios from forms?
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
What are the differrent types of windows?
What is the order of the triggers fired once the form is opened?