What is new_form built-in?
Answer / chaudhry
When one form invokes another form by executing new_form
oracle form exits the first form and releases its memory
before loading the new form calling new form completely
replace the first with the second. If there are changes
pending in the first form,the operator will be prompted to
save them before the new form is loaded.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can you pass data parametrs to forms?
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
Where do u define the select statement of the parameter? is it followed by the & variable ?
What is pop list?
What is the difference between boiler plat images and image items?
what exactly u write in when_new_form_instance
What are the display styles of an alert?
An open form can not be execute the call_form procedure if you chain of called forms has been initiated by another open form?
What is the difference between an ON-VALIDATE-FIELD trigger and a trigger ?
what are Navigational Triggers?
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 a canvas-view?