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 organization id
where we find the status of order information.
What are the different components of soa suite?
What are the tables in GL?
In custom.pll what are the events we can Not write.
How to insert data into two tables using single control file?
what is the back ground program run while transferring data from OM to AR?
Is PlaceHolderColumn Function or Procedure? Why we don't write any code in that?
what is the difference between procedure and function
What is the Lookup's and what is the use of lookup's?
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.
Tell me some interface tables on ordermangement.