did u received a single file or multiple files
No Answer is Posted For this Question
Be the First to Post Answer
how do u compile a form i.e .fmb file in Unix or in dos
what is sequence of execution of following triggers 1.when-validate-item 2.post-change 3.key-next-item 4.post-text-item
Can you pass data parametrs to forms?
What are Most Common types of Complex master-detail relationships?
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 triggers are associated with the radio group?
Can a property clause itself be based on a property clause?
What built-in is used for changing the properties of the window dynamically?
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the smae block level ?
What is a radio Group?
Is it possible to insert comments into sql statements return in the data model editor?
When a form is invoked with call_form, Does oracle forms issues a save point?