Issue with Custom Form opening in Oracle apps

Hello,
I am not sure if this is correct place for this question.
Hi,
I have created a custom form and tested in forms 6i. I have moved the fmb and fmx files from my local machine to unix box and registered the form in oracle apps (11.5.10).
However, when I open the form from oracle apps, form opens OK but some of the field in form are blacked out-I am able to see the field but its black in color. When I type in field and highlight it with my mouse, the value I typed shows up.
What can be issue here?
I moved both fmb and fmx from my local machine to UNIX box.
Please help...

NV,
Have you resolved your issue? I've run into this before. I failed to subclass all of my objects properly from the APPSTAND.fmb in accordance with the [Oracle Applications Developers Guide | http://download.oracle.com/docs/cd/B25516_18/current/acrobat/115devg.pdf]. If you have your items subclassed correctly, double check to make sure your Forms Builder is using the correct color pallet.
Hope this helps.
Craig...
If mine or someone elses response was helpful, please mark it accordingly

Similar Messages

  • How to port custom forms application from oracle apps to standard Forms

    Hi All
    I have developed a small custom forms application inside Oracle EBS.
    I have used the TEMPLATE.fmb for all of my custom forms and followed all the standard metalink docs for building a custom forms application inside Oracle EBS 11i.
    Now i kindly want to ask if there is any possibility on hos to port this custom application in a standard forms and reports services with oracle database, not using the Oracle EBS technology stack.
    Is there any doc or step by step procedures?
    thank you very much in advance
    Soni

    Now i kindly want to ask if there is any possibility on hos to port this custom application in a standard forms and reports services with oracle database, not using the Oracle EBS technology stack.If you want to register this custom form and integrate it with EBS then you need to do it from EBS.
    Is there any doc or step by step procedures?https://forums.oracle.com/forums/search.jspa?threadID=&q=custom+AND+form+AND+register&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=custom+AND+application+AND+register&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to Locate the Custom Form Name  in Oracle Apps

    Hi hussein,
    We had a migration project from 11.0.3 NT to 11.5.10.2 AIX, and it include
    1 form I guess. The client user is showing me the navigation tree where the customized form was located.
    She opened the NT Oracle Apps 11.0.3 and it is showing the following:
    Cash Management Responsibilty
    + Other
    Enter Adjustment >> this is the customized form that she showed me
    When the form opened, i shows a block with parent table "AP_BANK_ACCOUNTS_ALL" and a child table
    "CEC_ADJUSTMENT_RECON".
    My question is, based on the navigation, how do I know which is the location of the forms.fmx? of what
    module was it registered to?
    ==============
    I tried to navigate to the custom form and open it, then click "Help --> About"
    from the menu bar, but it does not show you the form name and the forms executable location path,
    (not like the standard forms of oracle where it shows the form name),
    the "help" being shown is the help of the runtime form in a normal default oracle form window.
    so I assumed that the custom form has been registered but not following the standard procedure.
    ==============
    How do I reverse locate it? base on the "tree" > Enter Adjustment
    Thanks a lot

    Hi,
    Please see (Note: 176852.1 - Integrating Custom Applications with Oracle Applications Release 11i), Step 10-f.
    For the (Help > About) issue, please see if (Note: 556755.1 - Forms Version Not Showing On 'About Oracle Applications' Form From Help Menu) helps.
    Btw, I guess we had a similar discussion before in this EBS 11i Customized Oracle Forms and Reports.
    Regards,
    Hussein

  • Issue with IE8, during login to Oracle Apps 11.5.9 front end

    Hi,
    One of the user is getting below error message window in IE8, when he tries to login to Oracle Apps 11.5.9 front end, with his username and password:
    "Errors on this webpage might cause it to work incorrectly.
    Element not found
    Common2_2_24_2.js Line 2722
    Code:0 Char:1
    URI:http://myserver.x.com:8020/OA_HTML/cabo/jsLibs/Common2_2_24_2.js"
    User tried deleting cookies and temporary internet files aslo, restore default as well nothing seemed to be worked.
    Please suggest.
    Regards,
    Purnima

    I assume you mean in the security settings screen of IE. There are several differences:
    Description     User's Computer     Other Computer
    Allow previously unused ActiveX controls to run without prompt     Enable     Disable
    Allow Scriptlets     Enable     Disable
    Automatic prompting for ActiveX controls     Enable     Disable
    Only allow approved domains to use ActiveX without prompt     Disable     Enable
    Automatic prompting for file downloads     Enable     Disable
    Access data sources across domains     Prompt     Disable
    Allow scripting of Microsoft web browser control     Enable     Disable
    Allow script-initiated windows without size or position constraints     Enable     Disable
    Allow websites to open windows without address or status bars Enable Disable
    Don’t prompt for client certificate selection when no certificates or only
    one certificate exists     Enable     Disable
    Include local directory path when uploading files to a server     Enable     Disable
    Launching applications and unsafe files     Enable     Prompt
    Software channel permissions     Medium safety     Does not have this option listed
    Use Pop-up Blocker     Disable     Enable
    Use SmartScreen Filter     Disable     Enable
    Allow status bar updated via script     Enable     Disable
    Allow websites to prompt for information using scripted windows     Enable     Disable
    Enable XSS filter     Disable     Enable
    User even changed above IE setting according to the other IE but he still gets the same error.
    Regards,
    Purnima

  • Class path issue with spring when deploy in oracle app server

    Hi there,
    i am using spring in an web application using jdeveloper. it is working perfectly for me in jdeveloper. when i trying to deploy it in appserver ( oracle enterprise manager 10g) i am getting following error,
    Failed to deploy web application "china". Failed to deploy web application "china". . Nested exception
    Resolution:
    Base Exception:
    com.evermind.server.rmi.OrionRemoteException
    Class not found: org.springframework.beans.factory.access.BootstrapException; nested exception is:
    java.lang.ClassNotFoundException: org.springframework.beans.factory.access.BootstrapException. Class not found: org.springframework.beans.factory.access.BootstrapException; nested exception is:
    java.lang.ClassNotFoundException: org.springframework.beans.factory.access.BootstrapException
    i guess the problem is with classpath of these xml,
    <!-- j2ee parent config file-->
    <context-param>
    <param-name>locatorFactorySelector</param-name>
    <param-value>/resources/beanRefContext.xml</param-value>
    </context-param>
    <!-- parent context key defined in the config file -->
    <context-param>
    <param-name>parentContextKey</param-name>
    <param-value>servicelayer-context</param-value>     
    </context-param>
    i don know how to fix this issue. it is working fine in local jdeveloper. does any one have some idea please help me out..
    Regards,
    A.

    Hi,
    do you deploy the Spring classes with the application ? I suggest to try the OracleAs forum as well to ensure this has to be in a specific path to be loaded. A list of forums is available from here
    http://forums.oracle.com/forums/index.jspa?categoryID=84
    Frank

  • Issue with Custom Form

    I was following a technet article on creating a new tab for special access requests on the SR form. I successfully imported the new form however everytime a new SR is created, the form defaults to the new tab. when we select a different tab, we are not
    able to go back to the new tab. I attempted to remove the MP imported however it is showing that there is a dependency on a different Custom MP that holds all of my customizations for the SR module. Any thgouts on why the above behavior would occur or how
    to manually remove this dependency so i can delete the MP? 
    Regards, Evan Mills - Systems Administrator

    Sometimes MPs are dependent because there is a reference left that is not used. In this case the reference can simply be deleted and the MP (re-)imported. 
    To do this find the reference to the MP you just deleted. This reference is given an alias. Do a search in the MP for that alias. If it is not used anywhere you are home safe (just delete the reference in xml). If it is you have trouble. 
    Cheers,
    Anders Spælling
    Senior Consultant
    Blog:  
    Twitter:   LinkedIn:
    Please remember to 'Propose as answer' if you find a reply helpful

  • How to Open an Oracle Apps Screen from a web page

    Hi,
    We have requirement for Opening an Oracle Application screen (say sales order form) directly from a web page.
    I could get the URL of the required screen, but the URL contains an ICX_TICKET number, which is generated dynamically by Oracle Apps. So I can't use a static URL for this.
    Do you know how I can use or generate an ICX_TICKET in runtime? My user will have an active Oracle Application screen opened along with web page. He want to navigate to Oracle Apps screen from Web page. Hopes this makes the requirement more clear.
    Thanks for your time,
    Aneesh

    Hi Helios,
    I have identified a function to generate ICX_ticket. By appending this ticket, I am able to open the Oracle Apps screen. Now, is there in implication on the security side, if I go ahead this way?
    Function
    fnd_gfm.one_time_use_store(icx_sec.GetSessionCookie(CZ_CF_API.ICX_SESSION_TICKET),300,'FORMS_APPLET')
    Anyways, I am raising an SR as u suggested.
    Thank you,
    Aneesh

  • When I open a new tab, an unwanted website opens instead of my desired home page. THIS IS ONLY AN ISSUE WITH NEW TABS; (opening the web browser AND clicking on the home button frings me to my desired home page.)

    When I open a new tab, an unwanted website opens instead of my desired home page. THIS IS ONLY AN ISSUE WITH NEW TABS; (opening the web browser AND clicking on the home button frings me to my desired home page.)
    I have attached the url of the unwanted site.

    Use this add-on [https://addons.mozilla.org/en-US/firefox/addon/custom-new-tab/ '''Custom new tab'''].

  • Issues with Custom Chart

    Hi,
    I am facing some issues with custom charts.
    1. X Axis value is getting cut off. Given date as x axis parameter and last 2 digits of date is getting cut off. (format like 19-Apr-2011T00:00:00). And this value cut of happening only for custom chart.
    2. On right click of the custom chart, when i am selecting Preview, it opens a new pop up window with and error as Error: "Application error occurred during the request processing.". No preview is being generated.
    3. In Server Scaling, i checked Use global auto scaling, and many times it is showing improper y axis or mutiple y axis values with the same value or it is displaying improper global range
    kindly help
    Regards
    Muzammil

    Muzammil,
    Without seeing your data and your chart configuration, it is difficult to understand exactly the issues you are encountering.  I have the same JRE and the same version and build of MII as you.  I have no difficulty with the scaling or with Global Range, but problems displaying the date in my tests.
    I would suggest the you enter a ticket into the SAP Support System, and enclose a  copy of your data (run the query, use Browser with Content Type = text/xml) and export a copy of you display template.
    Lastly, what type of query are you using - sql, tag?
    Kind Regards,
    Diana Hoppe

  • How to find the invalid form session in oracle Apps

    Oracle Apps R12
    Hai All
    How to find the invalid form session in oracle Apps R12 and How to Kill the that.
    Thanks & Regards
    Srikkanth.M

    Hi,
    Please refer to these docs (for 11i and R12).
    How to Kill Inactive Sessions Based on the Information in the Monitor User Form [ID 103516.1]
    Script: How To Identify The apps User Using The O/S PID For Forms Users In 11i [ID 185762.1]
    Thanks,
    Hussein

  • To find last run date of custom concurrent program in oracle apps

    Hello Exports,
    Can you pls tell me how to find last run date of custom concurrent program in oracle apps.( thr Backend query )
    Thanks in advance,
    Edited by: 981527 on Mar 7, 2013 3:01 AM

    try the below:
    select fcp.user_concurrent_program_name
    ,fcr.request_date
    ,fu.user_name
    ,fcr.actual_start_date
    ,fcr.actual_completion_date
    ,fcr.phase_code
    ,fcr.status_code
    ,fcr.argument1
    ,fcr.argument2
    ,fcr.argument3
    from fnd_concurrent_programs_vl fcp
    ,fnd_concurrent_requests fcr
    ,fnd_user fu
    where fcp.user_concurrent_program_name like 'Payroll Run'
    and fcp.concurrent_program_id = fcr.concurrent_program_id
    and fcr.requested_by = fu.user_id
    order by fcr.actual_completion_date desc

  • Is there a Yosemite fix on the horizon?  Lots of issues with Adobe CC and even Mac Apps

    What is Apple doing about Yosemite issues with Adobe, MSoft and its own apps?

    We are Apple, so we don't know.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • Issues with Custom Settings

    Is anyone else having issues with custom settings on 10.8.2?
    I am trying to configure basic office 2011 settings based on the keys located at http://afp548.com/mediawiki/index.php/Office_2011_Settings using a device group.
    However, when I log into an authenticated user's machine and load pref setter I can see that the customizations are not found on the newly managed machine.  I know the push updates are working, but for custom settings I seem to be getting nothing.
    My questions:
    - Am I just flat our doing it wrong? (meaing, should the plist files be copied over)
    - Are there common issues to look out for?
    - Can anyone share basic custom settings they have that work?
    Thanks!

    Thats a bad idea. Office dos not react well to having it's prefences copied from one machine.
    Check out: http://www.officeformachelp.com/office/administration/mcx/
    It's a good guide for MS Office prefs.

  • Issue with FRD and Forms Trace in Oracle Apps Release 12.0.6 forms

    Hi,
    Morning..could someone please assist us with this issue..
    We are trying to generate FRD and Forms Trace for a seeded Oracle Apps Forms in Release version 12.0.6
    1. We have setup the below mentioned profile option at the user level : ICX: Forms Launcher
    value : http://<host_name>:<port number>/OA_HTML/frmservlet?record=forms tracegroup=medium
    tried with this value as well : http://<host_name>:<port number>/OA_HTML/frmservlet?record=forms tracegroup=0-97
    and then log out and then tried the transaction steps again in Oracle Apps frontend
    2. Then checked at the directory location named : $FORMS_TRACE_DIR and there we see a file generated like this :forms_19136694.trc
    But in this file we could only see the generic seeded error messages...why are we not seeing all the message calls showing all the details regards form level trigger , data blocks , values etc for the form
    We need to have the FRD & Forms trace generated urgently for an issue...
    Could someone please help us as to how a complete FRD & Forms Trace be generated in Oracle Forms in Oracle Apps version R 12.0.6 & what exact steps need to be checked.
    Thanks

    2. Then checked at the directory location named : $FORMS_TRACE_DIR and there we see a file generated like this :forms_19136694.trc
    But in this file we could only see the generic seeded error messages...why are we not seeing all the message calls showing all the details regards form level trigger , data blocks , values etc for the form What is the timestamp of the file? Have you tried to delete/rename the file, reproduce the issue and see if a new file is generated?
    You would need to logout and login again, or bounce the application services (if possible) after doing the necessary configuration steps and before reproducing the issue.
    We need to have the FRD & Forms trace generated urgently for an issue...
    Could someone please help us as to how a complete FRD & Forms Trace be generated in Oracle Forms in Oracle Apps version R 12.0.6 & what exact steps need to be checked.Please see these docs.
    R12: Forms Runtime Diagnostics (FRD), Tracing And Logging For Forms In Oracle Applications [ID 438652.1]
    How To Collect And Use Forms Trace (FRD) in Oracle Applications Release 12 [ID 373548.1]
    Steps To Take FRD Trace in 11.5.10 & R12 [ID 867943.1]
    How To Generate A Stack Trace For Forms With Applications R12 [ID 789659.1]
    Thanks,
    Hussein

  • Form is not opening in oracle apps

    Hi,
    I have installed apps 11.5.10.2. installation went successfull with out any issues.
    i am able to open raouf.oracle.com:8000 and able to login.
    Responsibility page is getting opened.
    when i am click to open the form...in any responsibility. netscape navigator
    getting closed...tried with mozilla as well with IE 8..got the similar issue...
    Following error i see in the log file.
    mod_jserv.log
    [06/12/2009 10:43:05:937] (EMERGENCY) ajp12: can not connect to host 123.201.146.30:17000
    [06/12/2009 10:43:05:953] (EMERGENCY) ajp12: function connection fail
    [06/12/2009 10:43:07:031] (EMERGENCY) ajp12: can not connect to host 123.201.146.30:16000
    [06/12/2009 10:43:07:031] (EMERGENCY) ajp12: function connection fail
    Host file entry i have:
    127.0.0.1 localhost raouf.oracle.com
    169.254.25.129 raouf.oracle.com
    123.201.70.57 raouf.oracle.com
    iAS\Apache\Apache\aferror.og
    [Dec 6, 2009 2:21:09 AM GMT+05:30]:1260046269125:Thread[Thread-250,10,main]:-1:-1:raouf:123.201.67.104:8100:16000:UNEXPECTED:[fnd.framework.OAException]:Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: Io exception: Got minus one from a read call; (Could not lookup message because there is no database connection)
    [Dec 6, 2009 2:21:09 AM GMT+05:30]:1260046269125:Thread[Thread-250,10,main]:-1:-1:raouf:123.201.67.104:8100:16000:UNEXPECTED:[fnd.framework.OAException]:Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: Io exception: Got minus one from a read call; (Could not lookup message because there is no database connection)
    Can you please help me on this.
    Thanks

    Hi,
    Host file entry i have:
    127.0.0.1 localhost raouf.oracle.com
    169.254.25.129 raouf.oracle.com
    123.201.70.57 raouf.oracle.comWhy do you have two entries for the same host? Please edit this file, and make sure you have one IP Address for "raouf.oracle.com", run AutoConfig on the database/application tier nodes then try again.
    For the browser, make sure you use a certified client OS/Browser.
    Regards,
    Hussein

Maybe you are looking for

  • Control on non service based IV

    Good Day Gurus! We have POs with Item Cat D which are non service-based IV since we are not using service master/entry. During ammendment of service line, PO line item amount can be decreased since entry of negative value in service lines is allowed

  • Changes In Business Content and Extractors after r/3 upgrade

    Hi All, We are in the process of upgrading from R/3 4.0b to ECC 6.0. with the BW system bein upgraded to BI 7.0 Question. What changes would occur for the business content and extractors after the R/3 upgrade. Thanks in advace. Regards, Nikhil.S

  • Image Stabilizer for iMovieHD6 and OSX10.8.5?

    I have a lot of 'wobbly' videos (Iknow I SHOULD use a tripod but these clips are when I've been filming while walking about) and the only one I've seen is by GeeThree Slick, but the problem is that it won't work with OSX10.8.5. as shown below: I emai

  • Imovie  7.1.2 - Unable to create new projects

    I select a clip from library pane and drag to project pane. Project Name and Aspect Ratio window appears. I select a name and leave the aspect ratio to Widescreen (I have tried with other aspect ratios and it also fails). I then select Create. imovie

  • Rejected messages in CMWQ

    Hi all We receive a fairly steady stream of rejected messages in CMWQ but we have only just enabled the functionality to see the further details. We get a regular message with the text shown below. Can anyone give any insights into what causes this: