The Task is that to register a Form into Oracle Apps on a
particular responsiblity.
- First i moved the FMX & FMB file into the custom_top
through FTP
- Using Application Developer i registered the Form through
Form menu then Function then Menu..... as we do regularly..
- When i get into the particular responsiblity i can see
the Form name getting listed.
But when i click that to open..... i cant able to see the
form.
I need any one your help in advicing me...what would be the
problem.
Answers were Sorted based on User's Feedback
Answer / ashok
Hi SGS,
Do repeat the following steps though you have done it earlier:
Some time DBA's does not allow to keep .fmb in AU_TOP and
ask us to move it to CUST_TOP and compile their by
specifying the AU_TOP path. But request DBA to have a access
to AU_TOP.
1. Move you .fmb (File name should in upper case and
extension in small) to $AU_TOP/forms/US
2. generate the form by f60gen
3. move .fmx to $CUST_TOP/forms/US
4. check the registered form name, form function name and
menu name. 100% your form will appear.
Thanks
Ashok
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / msr
HI SGS,
Please compile the in AU_TOP using f60gen command ,and keep
the fmx file under custom top
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vamsi
In addition to the above check points, you may also need to
check that both '.fmb' and '.fmx' files must be in upper case.
This may look simple but may be a problem if not realized.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kris
You can also check that ,you have attached the function to
a menu.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mylapuram
you need to give execute permission for .fmx (chmod)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shamimul
check if the custom top path is correct in the register
applications window.. and the environment variables are set
correct .. you can run the environment variable report from
sys admin to check that..
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / yash t
Go to Menu Editor and check there in menu PL\SQL
editor.there may be a wrong code to call FMX file.you shuld
try to call that FMX file.
| Is This Answer Correct ? | 1 Yes | 1 No |
Which is the best website to learn Oracle Apps?
Can we create tables in apps schema?
What is instead of trigger in where we will use?
in one report using two layout models.if yes how to do
How relation will be made between modules in oracle financial?
What is invoice?
What is the autonomous transaction?give me example?
tell my any difficult situtation you solved in your experience in your company?
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.
where to define interorganization transaction charges and what are the different options?
What is the reason for distribution hold. Why invoices will go on distribution variance hold ??
Write an SQL Query to Delete Duplicate records from a table using ROWID.
24 Answers pspl, Satyam, Thinkways,