FRM-40106 Error

I have a form (forms 5) that is called from another (parameter
type) form. Within the new-form-instance trigger, I tell it to
go_block(my_master_block)
and then execute a query. A pre_query trigger reads one of the
parameters passed to the form, and bases the query on that
parameter.
After the query is executed, I then tell it to fill in some of
the detail block fields, based on other parameters that have
been passed.
This all works very well, except that I come up with the error
FRM-40106, which tells me that "there are no navagable items in
my destination block." What this means is that I apparently
have a block (that I am then going to using go_block) in my form
where all the items are neither keyboard navagable nor are they
enabled (according to the online help).
This poses 2 issues:
a) all my fields in all my blocks have been set to be navagable
and enabled, and the error still occurs,
b) I can only find one instance of go_block in my code, right at
the beginning for the master block, and the fields fill in OK.
Has anyone else had this problem?
Many thanks
Sue E
null

(Thanks for telling us what the text of 40106 is.)
You will have to debug your form. Put this after each Go_Block command in the form:
Go_block('WHATEVER');
If not form_success then
  Message('go_block whatever failed');
  Raise Form_trigger_failure;
End if;

Similar Messages

  • FRM-40106...no enterable items...

    I have a data-block which contains information that will not be updated on this particular form. So, I have disabled all elements, so as not to allow updates. However, when I run the form I recieve the error FRM-40106: No navigable items in destination block. Is there a way to have a data-block that is simply for informational purposes, and not updateable? I looked at the help text associated with the error:
    Cause: Runtime error. A GO_BLOCK statement references a block with no enterable items.
    Action: Remove the statement or make at least one item in the block enterable.
    Where is the GO_BLOCK statement? I know I can make one item in the block enterable, but I really don't want to do that.
    Thanks.

    Hi Richard,
    What you can try is the following,
    when you open your form add QUERY_ONLY as a parameter in your OPEN_FORM or CALL_FORM statement. In that case, you can only perform queries in your form.
    Or another good option is to set the update, delete and insert properties at block-level to no.
    I recommend that you use a visual_attribute to let the users see that they can only perform queries.
    End-users who I worked with do not like the diabled item, because all of the fields are greyed out.
    Hope this helps!
    Marc
    null

  • FRM-40106

    Hi Gurus,
    When I run my form, I get this error message FRM-40106 with a message
    "No Navigable items in the destination Block). This comes when I navigate to each and every record in the current block.
    Please help me in getting rid of this.
    Thanks.

    There must be at least one navigation item in your block and it must be the first.
    Hope it helps you,
    Fabrizio

  • Workaround for FRM-40106

    Hello,
    need a workaround for error
    FRM-40106: No navigable items in destination block
    but all items of the block should be/remain invisible.

    Try making it visible but setting its width and height to 1.

  • Getting FRM-40010 Error While opening new form  .fmx

    Hi,
    Oracle apps : 11.5.10.2
    Forms : Forms 6.0
    I'm creating a custom form by using one oracle apps table.I created a basic form by using template.fmb and then saved it to directory "/dir1" and run this form by connecting to oracle apps database.
    When I try to open .fmx from this directory ('/dir1') I'm getting FRM-40010 error.When I checked FORM60_PATH = It's showing /u01...../au/11.5.0/resource.I don't see "/dir1" in that path?
    Do I need to modify forms60_path ?
    Do I need to register this form before running as it's using table from Oracle apps schema?
    Thanks,
    Kiran

    When I try to open .fmx from this directory ('/dir1') I'm getting FRM-40010 error.When I checked FORM60_PATH = It's showing /u01...../au/11.5.0/resource.I don't see "/dir1" in that path?You need to set FORMS60_PATH and include /dir1 in this path.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=FRM-40010+&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Do I need to modify forms60_path ?Yes.
    $ export FORMS60_PATH=$FORMS60_PATH:/dir1
    Do I need to register this form before running as it's using table from Oracle apps schema?Yes.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Register+AND+Custom+AND+Form&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Custom+AND+Form&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • FRM-18108 Error when opening a form with subclassed objects

    Dear Group,
    I have 2 forms in Oracle Forms 6i. One of the forms contains an object group. The other form contains the object that I subclassed it to.
    When I open the form that contains the subclassed object group, I get the FRM-18108 error.
    If I open the form with the original object group, then open the subclassed form, there is no error.
    Does this mean I must always open the original form in order to work on the one with the subclassed object group?
    I hope there is an simple solution to what is something I am missing in my Oracle Forms setup.
    Thank you in advance.
    Emad

    Hi Duncan.
    Your suggestion worked.
    Thank you for the fast response!
    Truly,
    Emad

  • FRM-40737 Error, While using COMMIT_FORM

    Hi,
    Please guide for the following:
    In a form, I have two data blocks,namely master and detail.
    In PRE-INSERT trigger of master block, I am using GO_BLOCK('detail').
    The form has a SAVE_BTN also, in save_btn i am using COMMIT_FORM.
    When user clicks save-btn , FRM-40737 error is generating.
    Please help.
    Regards,

    You can't use go_block in a pre-insert trigger - it is a restricted built-in.
    When you commit, the Form will save all the changes regardless of which block they are in.
    Steve

  • FRM-92101 error while opening forms & OC4J

    Hi all,
    I have a customer having problem after certain number of users connecting to the application.
    These are the following setup in the environment:
    1. OAS 10.1.2.1
    2. Windows 2003 Standard Edition SP1 32 Bit
    3. Memory 2GB
    They are running the application using the Oracle Form, connecting through the application using Internet Explorer.
    Number of users might connect to the application are around 42 users in application server #1 and 10 users in application server #2.
    Recently they reported that they experiencing the FRM-92101 in random fashion in all clients computer.
    I did a check on the windows task manager and I can see that frmweb.exe process will consume around 17MB - 68MB.
    This is random, not all process consuming up to 68MB, some of it will be in the avarage of 30MB to 50MB.
    I checked the registry for the desktop heap setting which is in HKEY_LOCAL_MACHINE -> System -> Current Control Set -> Control -> Session Manager -> SubSystems. There is a key named Windows and inside here there is a variable called SharedSection. Currently the value is set to 2048, 3072, 2048
    From what I know this setting should be enough for around 40 users.
    I noticed when 42 users were connecting to app server #1, the physical memory available is only around 140MB.
    This FRM-92101 error is not only happening to app server #1 but also #2 which only handles 10 users maximum.
    From the information above, I have some questions:
    1. What other areas that I need to check for this?
    2. What other configuration I can increase so this error is not happening anymore?
    3. If I check on opmnctl status, I can only see 1 OC4J home and OC4J_BI_FORMS. Does increasing the number of OC4J can suppress this error?
    Please give me the enlightment.
    Thank you so much,
    Adhika

    Hi sandeep;
    I have installed vision database r12(12.0.4) on hp ux (11.31).
    I am able to open the login page but when trying to access any form it gives below mention error.
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration.
    I have checked below mention log file.
    /devbackup/applvis/inst/apps/VIS_reeldev/logs/ora/10.1.3/opmn/forms_default_group_1/formsstd.out
    Error:
    Forms session <1> aborted: runtime process failed during startup with errors /usr/lib/hpux32/dld.so: Unsatisfied code symbol 'nnftboot' in load module '/devbackup/applvis/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.Please check below and see its helpful:
    Error Dld.So: Unsatisfied Code Symbol 'Nnftboot' Signal 9 When Running Reports Concurrent Requests [ID 560287.1]
    All Concurrent Requests End With Signal 9 Termination Error [ID 452714.1]
    Also check Apache log files for more details
    What is post installation task after installing r12?You can follow Recomended R12 patches On Metalink
    Not able to execute .env file with owner and privileges, why?How you are trying to execute?
    How to get r12 original media from oracle? You can log Sr for media or you can contact wiht your oracle local office
    Regard
    Helios

  • FRM-92101 error while running report from form

    HI All,
    I am getting the form error FRM-92101 while running report from form menu.My code is given below:
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('REPORT47');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    WEB.SHOW_DOCUMENT('http://192.168.0.21:8889/reports/rwservlet/getjobid'||
    substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=repserver90','_blank');
    ELSE
    message('Error when running report');
    END IF;
    Clear_message;
    END;
    Clear_message;
    --Arif                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    hi Arif
    Please see this note on MOS/Metalink for some common causes of this error:
    Known Causes of FRM-92101 Error In Forms [ID 604633.1]
    thanks,
    AMN

  • FRM-41830 error when opening zoom form

    Hi All,
    I am facing a strange issue.
    We are using ZOOM functionality. Now I need to make some changes to the existing CUSTOM.pll file. The CUSTOM.pll is in our $CUSTOM_TOP/resource. The CUSTOM.plx file is placed in $AU_TOP/resource. I have taken backup of the CUSTOM.pll and plx file. I have made the changes and compiled in Middle tier from $AU_TOP/resource path.
    Once I open the application and click on ZOOM button, I am receving FRM-41830 error. Once I click ok, the ZOOM form is opened and could see the LOV details and the subsequent process is working fine.
    To test, I have replaced the backup CUSTOM.plx file and the issue is not reinstated.
    There is CUSTOM.pll file in $AU_TOP/resource, but it is a seeded copy and do not contain any of our custom logic.
    I am confident that the .pll file in $CUSTOM_TOP is the source.
    As another test, I have renamed the CUSTOM.pll in $AU_TOP/resource and tried compiling. I received the below error :*PDE-PLI018 Could not find library CUSTOM*. Once I undo the renaming, the compilation was successfull. Does it mean that Custom.pll in $AU_TOP/resource is being mapped?
    Command used is:
    f60gen Module=$CUSTOM_TOP/resource/CUSTOM.pll Userid=APPS/xxxx Output_File=$AU_TOP/resource/CUSTOM.plx Module_Type=LIBRARY compile_all=special
    Can anyone help me in resolving the issue.
    Thank You
    Sateesh
    Edited by: user11083692 on Aug 5, 2009 12:40 AM

    FRM-41830 error is "List of values contains no entries" - what changes have been made to CUSTOM.pll ?
    HTH
    Srini

  • FRM - 40735 Error

    Hi,
    In Oracle EBS 11i ->HRMS module , when opening any form showing error message like FRM -40735 and ora 6508.
    And the error is only in this module. In other modules the forms are working. it has no error.
    What is the reason for this? Can any solution for this?
    Please reply.
    Regards
    Naseer

    What is the exact application release? Database version? OS?
    Please post the complete error message.
    Was this working before? If yes, any changes have been done recently?
    Do you have any custom code on this module? --FRM-40735: PRE-UPDATE trigger raised unhandled exception ORA-06508 - ORA-1403: no data found [ID 783098.1]
    Do you have any invalid objects? Any errors in the database?
    Known errors generated on the People form (PERWSHRG) [ID 206584.1]
    ORA-04063 and FRM-40735 Errors When Creating Employees Using Human Resources [ID 149672.1]
    If none of the above helps, please obtain the FRD file and see if you get more details about the issue in the logs.
    How To Perform Forms Runtime Diagnostics (FRD) Tracing in Applications 11i [ID 167635.1]
    Obtaining Forms Runtime Diagnostics (FRD) In Oracle Applications 11i [ID 150168.1]
    Quick Ref: How To Perform Forms Runtime Diagnostic Trace (FRD) in Applications 11i [ID 149201.1]
    Unable to Create Forms Runtime Diagnostics (FRD) Trace on Ebusiness Suite 11i? [ID 749363.1]
    Thanks,
    Hussein

  • Unable to open any form in R12 after getting FRM 92050 error

    Hi gurus,
    i have some problem opening form
    i can switch between responsibilites but one trying to open it doesnt show any change
    ex: system adminstrator -->concurrent request
    no change
    earlier i was getting FRM-92050 error for which i followed this doc
    form loading error
    here are os and application details
    os:rhel4
    ebs:R12.1.1
    db:11.1.0.7
    please help
    Edited by: 868452 on 01-Oct-2012 00:17

    Hi,
    i came up with solution
    am currently using IE8 explorer
    i uninstalled both java 6 update 17 and j2se 5 update 10
    installed fresh jre-7-windows-i586.exe and oaj2se.exe (j2se 5 update 10)
    now its working fine with this but...
    its taking too much time
    when i start same form(system administrator -- concurrent request) with chrome its giving error
    FRM-92120 REGISTRY FILE: \ORACLE\FORMS\REGISTRY\REGISTRY.DAT IS MISSING
    please update
    thanks
    zavi
    am facing the same problem today
    when navigating to form there is no change
    can any one help
    thanks
    Edited by: 868452 on 02-Oct-2012 21:57

  • Opening a webutil form sends a FRM-92100 error

    Hi,
    I don't have much experience in Oracle Forms, but I'm helping in the implementation of Linux clients. I'm using Firefox and installed the java 1.5.0_11-b03 plugin. I can work on the application without problems, but on some forms it sends me a FRM-92100 error. I asked to the forms programmers for this forms and they told me this forms used webutil functions. I gave permissions to the bin folder in the jvm folder and in the jre folder, but I can't see the jar that apears at the webutil.cfg
    I have very limited access to the Application Server (10.1.2) on Linux, so until now I've tried to change things at the client side. The webutil version is the 1.0.6.
    Thanks in advance,
    Alex Chan
    Here's java console:
    RegisterWebUtil - Loading WebUtil Version 1.0.6
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    La versión del applet Forms es: 10.1.2.0
    2007-ago-23 12:16:23.739 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    java.lang.NullPointerException
         at oracle.forms.webutil.common.VBeanCommon.getTranslatedMessage(VBeanCommon.java:819)
         at oracle.forms.webutil.common.VBeanCommon.findLocalHost(VBeanCommon.java:878)
         at oracle.forms.webutil.common.VBeanCommon.init(VBeanCommon.java:328)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    2007-ago-23 12:16:23.747 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    java.lang.NullPointerException
         at oracle.forms.webutil.common.VBeanCommon.getTranslatedMessage(VBeanCommon.java:819)
         at oracle.forms.webutil.common.VBeanCommon.findLocalHost(VBeanCommon.java:878)
         at oracle.forms.webutil.common.VBeanCommon.getIPAddress(VBeanCommon.java:901)
         at oracle.forms.webutil.common.VBeanCommon.setProperty(VBeanCommon.java:740)
         at oracle.forms.webutil.clientInfo.GetClientInfo.setProperty(GetClientInfo.java:176)
         at oracle.forms.handler.UICommon.setFVP(Unknown Source)
         at oracle.forms.handler.UICommon.setFVP(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.handler.ComponentItem.onUpdate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.engine.Runform.onUpdateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Message was edited by:
    Alex Chan

    Solve the problem? Else this might help.
    1. Did you sign the two jar-files accordning to the readme.html?
    2. And did you accept the certificate at runtime?
    3. Also, compile the webutil.pll into webutil.plx
    Regards,
    Martin Malmström

  • FRM-41837 Error raising tab page

    Hi,
    I've got a problem with my form. I have four tab pages but in some cases I need to hide two tabs and save the information of the other tabs , when I try to save the data in my enabled tab pages I'm getting the error: FRM-41837 Error raising tab page
    Can somebody help me please?
    Thanks in advance.

    Hi Sarah,
    Here's the deal, I have four tab pages and I need to hide two tab pages because of one or more conditions, the thing is I need to save tha data in my available tabs, I checked the code and I don't have any go_block or go_item sentence in my triggers that could be affecting but I'm gonna check the code again maybe is something else =(
    Thanks a lot for your comments

  • Frm-41380 error - cannot set the blocks query data source

    Fairly new forms so bare with me. I am creating a form based on one table. This table has one column that is a nested table.
    table name: szrtime
    table columns: szrtime_code, szrtime_styp_list
    szrtime_styp_list is a table of varchar2(1).
    main block is szvtime_block
    the block that contains the nested table is szvtime_styp_block
    I read that I could use a WHEN_NEW_RECORD_INSTANCE trigger on the main block to display the related nested table. I have tried the folllowing:
    Declare
    select_stmt Varchar2(512) ;
    Begin
    If :szvtime_block.szvtime_code Is not null Then
         select_stmt := '(SELECT column_value FROM TABLE ( SELECT szrtime_styp_list FROM szrtime WHERE szrtime_code = ''' || :SZVTIME_BLOCK.SZVTIME_CODE || '''))';
         Go_Block('SZVTIME_STYP_BLOCK' );
         Clear_Block ;
         message('select_stmt = '||select_stmt);
    Set_Block_Property( 'SZVTIME_STYP_BLOCK', QUERY_DATA_SOURCE_NAME, select_stmt ) ;
    Execute_Query ;
    Go_Block('SZVTIME_BLOCK') ;
    Else
    Go_Block('SZVTIME_STYP_BLOCK' );
    Clear_Block ;
    Go_Block('SZVTIME_BLOCK') ;
    End if ;
    End ;
    The result is the frm-41380 error.
    I have tried change the query data source type on the nested table block to Table or From-clause but did not help. The select statement that is valid and returns the correct result in Toad.
    Any suggestions on what to look for? Thank you.
    Todd

    > But what is giving me pause is that the user will be updating, deleting, and inserting
    into this table and, of course, the nested table column.
    It would give me pause, too. I've never used nested tables, so I poked around in Forms on-line help. In Forms 6i, it specifically states that Forms does not support the Nested Table structure.
    In Forms 10g help, it describes Nested Table structures, but says NOTHING about how a form would handle it. And that implies to me that it is still not supported. So good luck.
    In addition to creating the view, you may need to provide your own nested table updating procedures via a package on the server which your form can call. I know Forms supports passing pl/sql tables ("indexed by binary_integer"), so you could pass your nested table back and forth between the package and the form in that format.

Maybe you are looking for

  • Error when opening a BW query with Crystal Reports

    Hi all, I am having problems when opening a BW query with Crystal Reports, the strange thing is that it only happens with the bo user I have created. If I use a user that already exists and that has SAP_ALL authorization it works. I don't know if thi

  • Idoc creation when sales order is saved

    Hi all, I have a requirement of Idoc creation in CRM 7.0 server. Whenever Sales order will be created , upon SAVE , idoc should be created and will be passed to XI server. This  is a scenario of Idoc to XML conversion . I am new to CRM server . Kindl

  • How do I copy a table from a Pages 09 document to a Pages 5 document

    I am trying to copy a table from a Pages 09 document into the new version of Pages. When I select the table and copy, in the new version it turns it into text and does not copy the table structure. Any ideas? Thanks

  • No sound with my videos...

    Hello... I have bought an Ipod 30 giga but when I want see my videos on my Ipod I have no sound... I have seen on the Apple's website it's a problem of file... a multiplexed file or a kind like that... Is anybody could help me??

  • Ref cursors - 'with' clause

    I am working with a procedure which is returning a ref-cursor to a Java Call. Inside the procedure I see a statment like Open t_results for with rfq_companies AS select statement1), rfq_hierarchies AS select statement2), rfq_relnhierarchies AS select