Form development process?
Answer / niranjan
open template form
b) Save as <your form>.fmb
c) Change the form module name as form name.
d) Delete the default blocks, window, and canvas
e) Create a window.
f) Assign the window property class to window
g) Create a canvas (subclass info)
h) Assign canvas property class to the canvas
I) assign the window to the canvas and canvas to the
window
j) Create a data block
k) Modify the form level properties. (sub class item
 Text item)
l) Modify the app_cusom package. In the program unit.
m) Modify the pre-form trigger (form level)
n) Modify the module level properties ((console
window, First navigation
p) Save and compile the form.
Place the .fmx in the server directory.
Q) Register in the AOL
APPLICATION  FORM
APPLICATION  FUNCTION
APPLICATION  MENU
| Is This Answer Correct ? | 6 Yes | 0 No |
what is instead of trigger. what is the use of that?
what is the difference between multiorg views and multiorg tables
2 Answers Immense Source, Intelligroup, TCS,
is it possible to run the interface without using oracle apps?
HOW CAN YOU KNOW UPDATE STMT IS WORKED OR NOT IN PL/SQL?
Explain oracle apps architecture.
How to compile the Forms & Reports in Linux Apps Server which are created in WindowsXP client?
how can we get odd numbered pages in output of a report
what is the difference between procedure and function
While importing data into interface tables,if u got number of records are error(like more than 1000 records are error),how to imform user?
What is the Lookup's and what is the use of lookup's?
what is pl/sql table and pl/sql records? what is the use of that?
INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using >CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.