>we will down load template.fmb from au_top resource folder.then we will delete block name from window datablock canvas.
> change the proeprty class for window canvas and data block.
change the name of form.
>Go to pre_form trigger at form level.give the window name in set window poisition function.
and we change action History like date and author name(optional).
>Goto when _new_form instance at form level give the form name in template.fmb place
>Goto program units select app_custom package body in the following function.
if (wnd 'window name') then
app_window.close_first_window;
>compile the form and save . It will create fmb and create the fmx by following option.
File > adminstration > compil file.
> move the fmb to au_top >11.5.0 >forms >us
>move the fmx to the corresponding to PO > 11.5 > forms > us
> Select the repsonsiblity called application developer
>first create the form by using followig navigation
application > form
give the name of fmx in form field.give the application name where the fmx is stored.
we can give our own user form name
select the user form name goto function
we will create the function user function name
select properties tab and choose the type as form
And goto form tab give the user form name in the form field
Goto menu option will attach the function to the menu
we will attach the menu to the resp through sysadmin.