Registration of A Custom Form in Oracle Applications
Registration of A Custom Form in Oracle Applications
In
this Window, Enter the Host name of your Oracle Application
And Enter the Username & Password, then click the Login button.
Then the following window is opening,
Then Move (copy) the customized form (TEXTFORM.fmb) from local system to
Remote system (path like $AU_TOP/forms/US).
Step: 6
Now open the Terminal window to creating the customized forms executable
(TEXTFORM.fmx).
Opening Terminal:
In winSCP tool, Open Terminal icon was available. To click that Icon Now the
Terminal window is opening.
Fields
Form : Enter the file name of your form (the name of the .fmx file) without extension.
Your form filename must be all uppercase, and its .fmx file must be located in your
application directory structure.
Application : Enter the name of the application which will own this form.
User Form Name : This is the form name you see when selecting a form using the
Functions window.
Description : Enter a suitable description for your form.
Register Form Functions
Navigation Application Developer -> Application->Function
Click on the form tab and you will see following screen
Fields
Function : Enter a unique function name for your function. This function name can be
used while calling this program programmatically. This name is not visible to the user
through other forms.
Form : Select the form name which you have registered.
Application : Select the application name for your form.
Parameters : Enter the parameters that you want to pass to your form function. E.g.
Query_only.
Fields
Menu : Enter the descriptive name for the menu. This name is not visible to the user.
User Menu Name : The user menu name is used when a responsibility calls a menu.
Menu Type : The options in menu type include:
Click on Define button and you will see following screen in front of you.