What is the difference between Anchoring Object and
Enclosing Objects ?
Answer / mamatha
Anchoring object: It is the parent object to which the
current object is eplicitly or implicitly anchored.
Enclosing Object:It is the obj that is enclosing the
current obj
| Is This Answer Correct ? | 10 Yes | 10 No |
Can you change the color of the push button in design time?
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
Use the add_group_column function to add a column to record group that was created at a design time?
Where is a procedure return in an external pl/sql library executed at the client or at the server?
What is the frame & repeating frame?
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
What are built-ins used for Processing rows?
Is it possible to attach same library to more than one form?
Table 1: STUDIES PNAME (VARCHAR), SPLACE (VARCHAR), COURSE (VARCHAR), CCOST (NUMBER) Table 2: SOFTWARE PNAME (VARCHAR), TITLE (VARCHAR), DEVIN (VARCHAR), SCOST (NUMBER), DCOST (NUMBER), SOLD (NUMBER) Table 3: PROGRAMMER PNAME (VARCHAR), DOB (DATE), DOJ (DATE), SEX (CHAR), PROF1 (VARCHAR), PROF2 (VARCHAR), SAL (NUMBER) PNAME – Programmer Name, SPLACE – Study Place, CCOST – Course Cost, DEVIN – Language the software or package is developed in, SCOST – Software Cost, DCOST – Development Cost, PROF1 – Proficiency 1 Use the above table definitions to answer the questions that follow. Find out the selling cost average for packages developed in Oracle. Display the names, ages and experiences of all programmers How much revenue has been earned through
what is place holder column
What are the built-ins used for processing rows?
Can you truncate a table in a procedure in Oracle Forms?