Navigation Problem in forms 10.1.2.0.2 !!!

Hi All,
when we create relation between master and child block then getting problem in navigation.
i assume that you have form with two block with relation and data then execute query then
start following step
0) make sure you set required = true for first navigation item of child block
1) you are in child block make some change on any item and make your cursor must not be on first navigation item.
3) commit the form
2) then click on master block and here make sure you are clicking on non current record.
From
Chirag Patel
From
Chirag Patel

Thanks Frank,
Yes Frank please follow the steps.
this is error explanation :
I have debug many times !!!
actually it is not error but funny behaviour !!
when you click on parent block on diffrent record then validataion trigger of first item of child block will fire. I do not why it is happening !!!
I removed the validation trigger and did required=true for first navaigation item of child block then also it's behaving funny.
This are the steps.
1) create form with parent and child block and make relation ship
2) insure that you put 2 record in parent and 2-2 recors in child for each parent record.
3) insure that your first navigation item of child block has required property = true
4) run your form fresh
5) from parent bloc execute query ( I hope child block is populate some records)
6) click on any record of child block and make changes
7) then commit your form.
now fun will start
8) click on parent block on any record which has child records and non current record.
9) then form should populate details for child instead of it behaves different as follows
you will find FRM-40202 : Field must be entered
your cussor will remian in child block;
your record will not change in parent block.
and child block will remail blank.
by debugging I found that problem is coming from this code of <Clear_All_Master_Details> procedure
-- Put cursor back where it started
IF :System.Cursor_Item <> startitm THEN
Go_Item(startitm);
Check_Package_Failure;
END IF;
when I remove this line
Go_Item(startitm);
then my problem is solved
But I do not know what is the other impact can be possible by removing this.
Hello Frank
I hope you will catch this error by this example.
From
Chirag Patel

Similar Messages

  • Mouse navigations problem with Sun Java 1.5.0_*

    Hello gurus,
    We need to move from JInitiator to Sun Java Plugin; according to the Forms10g Client Platform Support (http://www.oracle.com/technology/products/forms/htdocs/10gR2/clientsod_forms10gR2.html) one of the certified version for Forms 10.1.2.0.2 of the the Sun Java Plugin is 1.5.0_06 and Internet Explorer 6.0, we have tested also SJPI 1.5.0_09 and we get the same mouse navigation problem reported in the following Oracle Forum threads.
    Mouse navigation don't work with Java Plugin.
    Mouse navigation don't work with Java Plugin.
    Forms 10gR2, Sun Java 1.5.0_06 gives mouse problems
    Forms 10gR2, Sun Java 1.5.0_06 gives mouse problems
    Does anybody know a solution to this problem?
    Any help will be really appreciated.
    Regards,
    Victor.

    You need to use 1.5.0_12 or newer. The client SOD is not up-to-date on this specific point. A lot of navigation problems was fixed in this very release.
    The Management team should change this in the client SOD, wonder why they still refer to 1.5.0_06. For Applications, the first 1.5.0 to be certified was _12.
    Also make sure, that you are using the latest Patch 3 for 10.1.2 (10.1.2.3). This patch also contains fixes for a lot of these wellknown issues.
    Hope this helps,
    Jacob

  • Still having navigation problems and need help with how to debug

    Hi,
    I've been porting over a servlet project to JSF and I'm still having navigation problems. I thought the problem might have been because the original project used HTML frames and so the "from-view-id" JSP defined the frame/framesets and the specific JSP that does the submit (and so is named in the "from-view-id" is never defined in a "to-view-id" attribute). I've now switched to using an IFRAME, and that resolves that problem. So now the JSP is defined in a "to-view-id" attribute and it includes an named IFRAME that can be used as a target. I press the submit button and I get not the JSP expected butinstead the same JSP displayed inside its own IFRAME.
    Here is the code for the submit. I've simplified it as much as possible with a static action (originally it was a call to a method) just to try and get things to work. This is the current version:
    <h:commandButton value="View Alias" action="foo" styleClass="select" type="submit" />Here is the navigation rule in faces-config.xml. Again, the problem is that SelectManager get redisplayed in the IFRAME instead of display.jsp.
    <navigation-rule>
       <from-view-id>/SelectManager.jsp</from-view-id>
       <navigation-case>
          <from-outcome>foo</from-outcome>
          <to-view-id>/display.jsp</to-view-id>
       </navigation-case>
    </navigation-rule>I have also tried it without the "from-outcome-value" which I presume means that the "to-view-id" gets displayed unconditionally and it still fails. Any ideas on how I can debug this? (I'm using GlassFish if that's important to know)
    Rob Tanner
    Linfield College

    Raymond, The real trick is avoid doing technical things when coming down with the flu (I should also add that I'm a JSF newbie). Reading your original message this time I see what you're suggesting and found a conversion error although I don't understand it. Here's the code (including the <h:message/>):
                <h:selectOneMenu value="#{members.dcodes}"
                  style="color: #7f0000" id="selector">
                  <f:selectItems value="#{members.departmentList}" />
                </h:selectOneMenu> 
                <h:message for="selector" style="color:white"/>And here's a snippet of the generated HTML:
    <select id="j_id_id26:selector" name="j_id_id26:selector" size="1" style="color: #7f0000">
             <option value="aad" selected="selected">Academic Advising</option>
         <option value="aaf">Academic Affairs</option>
         <option value="adm">Admission</option>
         <option value="up">Upward Bound</option>
    </select>If I select "Admission" for example, the error I get is:
    Conversion Error setting value 'adm' for 'null Converter'.Since everything is a String value, I don't get the error. Could someone please enlighten me.
    Thanks.

  • Problem viewing forms.This form is not supported with the current version of Adobe Reader.Upgrade to the latest version for full support. That does that mean exactly?

    Problem viewing forms.This form is not supported with the current version of Adobe Reader.
    Upgrade to the latest version for full support.
    What exactly do I need to do?

    That means you were probably using Adobe Acrobat to view PDF's. Acrobat is totally unnessary, you can view PDF's in Preview (Applications - Preview).
    BTW PLEASE complete your profile. It's very difficult to help  someone when they don't provide any information about their system. You can easily do this by clicking Your Stuff in the upper right of this page, then click Profile and fill in the pertinent information.

  • Role Based Access problem in forms

    This would be a long reading.
    I'm having a problem with forms Role Based Access.
    We have two databases, one in London and one in Zurich. We have installed
    application server and oracle forms on London database. We have implemented
    Role Based Access to forms. For this we have created a database role (say ZUR_USER)
    in both databases. The view FRM50_ENABLED_ROLES which is used by forms role based access control
    is also created in both databases with a 'grant select to public'.
    Our form system has a menu and forms under that menu. Both menu and the underlying forms have been
    assigned Menu Security/Item Roles to the above mentioned ZUR_USER role and the role is assigned
    to various users.
    Now a Zurich user is trying to login to Zurich database using the URL for forms installation
    in London server. He can login successfully and can see the menu heading in the main screen but
    when he clicks the menu he doesn't see the underlying forms list.
    When we try the same user id and database from London (using the same URL) we see all the forms.
    Any idea what are we missing. The Menu Security is setup at menu level as well as the form level under
    that menu. User can see the menu but not the form under that menu from Zurich. No such problem while
    login from London.

    I'm using the Forms 10g
    and yes the only difference is between login from Zurich and London.
    Problem definitely is due to Role Based Access setup.
    The user in Zurich can see the Menu but not the items under that menu.
    I have set the security set up at both menu and menu item(i.e. form name) level.

  • Navigation Problem in OBIEE

    Hi,
    I have a strange navigation problem. I have the navigation setup from the 1st page of my dashboard to go to the second. When I first bring up the first page, and then click , nothing happens. Now if I refresh this page and then click again, I am able to navigate to the second page. I would to hear if anyone has seen similar issue. Any help is appreciated.
    Thanks,
    Bharat

    Still haven't found a solution to this problem.
    Even if I remove the form1.setTarget( null or other framename/windowname)
    I tried changing to using the onclick="from1.target='mywin';" and also onclick="form1.target='_self'; on the button. Does not work/ have the desired effect of controlling where the page is opened: in same window or in another frame or window.
    For some reason navigation also totally breaks, after a search, with a similar sql as in this message, and I get no error when I debug and step through the code.
    After doing one search, navigation seems to stop working and only the search.jsp page is the target.
    If I do a view first navigation works to new page/servlet output but still not in a new window/frame.
    This simple stuff in a normal simle html page, should not be so hard to accive with SJSC perhaps someone of you in the community or the developers at sun can give us insight into this simple problem.
    It must be fairly common that one likes to control where a page is opened, in the existing window/page/frame or in a new window/frame.
    Anybody else had any problems with navigation not working with similar code ??
    If I remove the do_search() call it works, the navigation continues to function, but still have no control of the destination window/frame.
    Kind Regards
    Roger

  • Problem in Forms...in 11i

    Hi All,
    i have created a form, and uploaded to respective directory. From apps menu it is calling the form and working fine, but the foreground colour is black...
    So if i highlighted the field then i can see the field value; otherwise full text field is black.
    Do i need to set any thing?
    If I run from directly from form6i, it is showing perfectly fine.
    Rg,
    Subir

    Duplicate thread ..
    Problem in Forms...
    Re: Problem in Forms...!!!

  • Problem in form based authentication

    Hi,
    I am encountering some problem in form based authentication.
    When I try to login for the first time. It reoute me to the image
    directory and not to the request page.
    When I try it for the second time, it shows
    "Form based authentication failed. Could not find session."
    And it always show this message no matter how many time I try.
    I am not sure is it something that I did not set ...
    Thanks for any advice.
    Eric

    Hi Eric,
    It may be a problem in your web.xml, I missed the "/" slash character
    in the web.xml's in <form-login-page> element. So your web.xml
    must look like

  • RoadMap UI Navigation Problem

    I'm facing a navigation problem using the roadmap UI in WD4A.
    Let's say we have 5 views. The roadmap view is the default view, the other views will be embedded into a view container UI element on the roadmap view. The roadmap UI has 4 steps, one for each view.
    V_ROADMAP
    V_STEP_1
    V_STEP_2
    V_STEP_3
    V_STEP_4
    Now, I need to add navigation buttons (previous & next) to navigate between the roadmap steps.
    My question is where should I placed these navigation buttons? On each view or only on the roadmap view.
    Personnaly and it think it would make more sense to place them only on the roadmap view.
    My problem using this approach is has follow: When you are on v_roadmap on step 1 (V_STEP_1), you click on Next to go to the next view (V_STEP_2), actually the action is trigger in V_ROADMAP so I am not able to validate user input field or obligatory field in V_STEP_1. I would have to call an action from V_STEP_1 in V_ROADMAP so the event handler method WDDOBEFOREACTION will be called. I don't think it's possible. The problem here, is you can click on next and you can go to the next view without filling the obligatory fields.
    If I placed my navigation buttons on each view. The advantage is that before triggering an action, I can validate user input field, obligatory field in the method WDDOBEFOREACTION before going to the next step.
    The desadvantage is that I have to recreate them on each of my view.
    thanks
    Alex

    Just to close this thread, I will summarize the different possible options:
    Navigation buttons on each view: This is the easiest way to validate obligatory fields but for component reuse it's not good idea to have navigation buttons on individual views.
    Navigation buttons on main views: If we placed the navigation buttons on our main view, the validation is kind of painful, before firing an outbound plug from the main view and a corresponding inbound plug on the individual view, we will have to manually verify our obligatory fields from the context of the componenent controller or using cross-component data sharing.
    Navigation using GAF (Guided Activity Floorplan): I think this option is the way to go! The problem here is that's very difficult to find documentation on that subject, also, the tools from SP 15 is not as user friendly then the one that's coming in NW EhP1.
    Alex

  • DB Link problem on form/report 6i

    Greeting
    I have an problem on form 6i with DB Link , that When I have view Using the DB Link and want to use the view on form6i or report 6i, the report not work when call the run file but work through the builder and also on the form not work (Form/ Report 6i With Oracle 11g Release 11.2.0.2.0 - 64bit Production)
    Thanks and appreciated,

    Tony,
    we have both 6i forms for client server for Linux and Sparc and the same forms ported (a year ago) to iAS/iDS 10g R2 just to be able to support the same application when 6i becomes obsolete. The issue of trying/asking/investigating if 6i works or will be certified against 11g or not, is simply to find out if we can support our application on the client/server side when the end users want to move to the new database server version/s. As you know the runtime for the client/server version of 6i is free. But we can not simply recommend our end users to start using 11g db server yet, given that 10gR2 forms are not yet certified against 11g yet. Thank you for your comments not only for this posting but on Forms forum though, I always find them very helpful when making educated decisions. Also knowing that you are a unix person makes your comments more valueable for me, personally.
    R/ Zafer

  • Configuration of Netscape Navigator for Oracle Forms on Netscape 8.12 Ver.

    Dear Forum,
    I have the experience of confiugring the Internet Explorer for Oracle Forms Web-deployment. But I just want to know what are all the changes are required to configure the Netscape Navigator for Oracle Forms Web Deployment. I came to know that it needs some changes in .dlls. Please advice me any techincal refereneces in this regard.

    Aashil,
    I've a similar configuration: Sun Sparc Solaris 8, Forms 6i Patch 10 and Apache server which comes with Oracle 9i server.
    Forms 6i is on his own Oracle home. I have Forms Listener Servlet working.
    Take a look in ../Apache/Jserv/etc/jserv.conf Make sure ApJServMount /servlets /root and ApJServMount /servlet /root
    are defined. If you want I could mail you my conf-files. My email-address is [email protected]
    kind regards,
    Ivan
    Configuration of Listener Servlet with patch 8 on Sun SPARC Solaris
    I am trying to install and configure Forms6i Application Server for Sun SPARC Solaris 8 with Patch8.
    I am installing application server in /home/oracle/home9iAS, and have set up the development environment in /home/oracle/forms6i.
    1) First i install Forms Server and Reports Server, for that i need to define following env variables
    $ORACLE_HOME is /home/oracle/forms6i
    $ORACLE_BASE is /home/oracle
    i am defining them in .profile file in oracle account.
    2) Apply Patch 8
    3) Install Application Server with Minimal Installation
    4) Configure Forms Listener Servlet using http://otn.oracle.com/products/forms/pdf/p8listenerservlet.pdf pdf file, i am following it to the letter.
    When i try to access forms listener server using http://hostname:port/servlet/oracle.forms.servlet.ListenerServlet i get an error:
    "Not Found
    the requested URL /servlet/oracle.form.servlet.ListenerServlet was not found on this server."
    What can be the reason?

  • I am facing problem in form no 16

    Hello Gurus,
    i am facing problem in form no 16
    in ECC6.0 ,
    1 where i  get the form no 16
    2 support package & other things so that i can check.
    Please Advised
    Regards
    MHPO

    Std layout was given by SAP. If you do not want to print the form in the layout given by SAP, select Customer Layout and enter the name of the layout created by you. You can create your own layout through transaction SE71.
    Name of the Layout Set .......................... Script name
    Name of Annexure Form.........................Script name
    Name of 12BA Form...............................Script name
    Name of 16AA Form..............................Script name
    These scripts are created by Tech people based on our req....

  • Navigation Problem in Next/Previous Record

    Hi,
    I have a Master (have 20 fields) and Four its Detail block visible on same screen but each block have its own Canvas and Window. Now master table have 1700 records with its detail tables. So after Query when I press the Next_Record button it will no response some time I have to press it twice or thrice then it will respond and some time on fist click it gives the response.
    So I want to navigate through Next Records or Previous Record buttons on single click.??????????
    Kindly send me the solution of this problem on urgently basis.
    Best Regard,

    Hi,
    It's very difficult to suggest something by readingyour post. There are many reasones for navigation problem. Validation is one of them. Be sure that validation triggers written on any level are working properly. What code you have written on the buttons that you are using for navigation. In which blocks you have put your buttons. It is recommended that you put all your non-database items in a non-database block. Check this also.......

  • Hindi font problem in forms

    My aplication requires text input in hindi font by implemneting PJC.The pjc is working fine but the text box is not picking correct font from aplication server.I have deployed form on 9i AS.
    Please help.

    Hello All,
    Pls some one respond.
    Am i missing any steps to use unicode fonts in my app....or this is very common problem of forms and unicode fonts....or do i have to register the fonts in any other config files?
    One more info regarding fonts is required.....from where forms load the list of fonts in item property pallete and in layout font selection dropdown...? Since i m not getting same fonts in both the lists.
    Regards,
    Jinesh

  • Installing ios8.2 does not resolve Google map navigation problem or gps tracking!

    Installing ios 8.2 does not resolve Google map navigation problem.

    I have tried to install both of them lots of times but in each case I receive the same in my XE.bat file:
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    Have checked OS 1387 error at Microsoft Support and as possible cause of the problem they give as follows:
    This issue can occur if the environment has a disjointed namespace (i.e. the domain has different NetBIOS and DNS names). For example, assume that the domain has a NetBIOS name of "domain.com" and a DNS name of "domain-old.com." When users are added in the Windows UI, they are displayed in the format of domain\ComputerName. However, you notice in the error log that there was an attempt to add a computer account in the format of domain-old\ComputerName. (System Center 2012 R2 Data Protection Manager install fails and generates ID: 4323: "A member could not be added")
    Tried to find out my DNS name, but it is impossible because I don't have any domain installed and my machine is not connected to it. Some other blog (Install Oracle 11gR2 on Windows) advices to work with adding my computer account to some non-real windows domain (just for the purpose of resolving the network) as well and reinstall the database then. If I undestand it right I need minimum 2 machines for this. But I own just one, where the server is based and thought that is enough to run the database... no idea ..

Maybe you are looking for

  • While running servlets getting errors 404 or 505 resource not found

    Hi all, I'm novice to J2EE. I've encountered a problem while accessing the deployed module in weblogic 8.1 server. I'm sure that the webapplication module is deployed as i saw my module in administration console & also the status said that it is depl

  • Oracle 12c installation in local windows 32 bit

    Hi, I tried to install oracle 12c in my laptop. but installation is finised successfully. i could not create a database yet. can any one please help ?

  • Bean problem with creating Adapter Module in NW developer studio

    Hi Gurus! I started to develop an adapter module like described in https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/02706f11-0d01-0010-e5ae-ac25e74c4c81 Unfortunatelly, I'm getting error described on page 9 of the document: Bean pr

  • Handling page breaks in Crystal Reports XI when exporting to Excel

    We generate reports in Crystal Reports and programmatically export them to Excel for our end users, so the user receives both an .rpt and .xls version.  We are upgrading from Crystal 8.5 to Crystal XI and have found with some of our reports that the

  • Missing iTunes Backup files

    I just did a sync with my iPhone 3GS 3 days ago, then today I upgrade my iPhone 3GS to iOS 6.0.1, but I accidentally select new phone for my first sync. Later on, I tried to find the backup files which I sync 3 days ago, it didn't appear in the list.