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

Similar Messages

  • FRM-40106 - No navigable items in destination block

    Hello,
    i have a list populated with records from a COUNTY table, and when i select a county, it displays all the cities from that county.. also i have that block named COUNTY, with 3 hidden items on the form (id, code, name). when i select something from that list, i got FRM-40106. and this is when the id item COUNTY block is hidden, if Visible=YES, then when i select a county from the list, it points automatically to that id field. how can i hide that field, but also being able to select a county and display the corresponding cities ?
    Thanks

    Roger,
    You need to be careful when having dynamic lists like this. (se the forms help for populate list).
    You need to re-populate the list of cities based on the value selected for the county
    Your record group for cities would have a where clause like 'where county_id = :block.county'
    use the when-list chaged trigger on the county item to clear your city item, and re-create and re-populate the list assocated with the city item
    Hope this helps
    Neil

  • 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 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;

  • 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.

  • Frm-40106  No navigable item in destination block

    Hi,
    I am getting the above error. I can not make any item on the above block as navigable as the table on which block is based is just used for making business deciosins.
    Can somebody let me know which properties to be set to take care of this. This is an error (>25) so I can not supress the message.
    Thanks a million.
    --Muni                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    hi,
    do you want to show data only on the form and prevent any changes on it ??
    i think you can set all items' NAVIGABLE property to true, but set the UPDATE_ALLOWED and INSERT_ALLOWED properties to false after querying the data. to do that, you can prevent any changes on it even though you can navigate into the item !!

  • Locating Oracle Forms Error Messages File to Load into Table

    I would like to create a procedure to suppress and replace Form errors and messages via ON-ERROR and ON-MESSAGE triggers.
    Is there a file that I can load the ERROR Messages from using SQLLDR?
    I have loaded the Oracle error file, $ORACLE_HOME/rdbms/mesg/oraus.msg as identified by Tom Kyte in the following link,
    http://asktom.oracle.com/pls/ask/f?p=4950:8:13189517973890228983::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:558822941373
    but it did not contain Forms Errors Messages such as:
    FRM-40106: No navigable items in destination block.
    FRM-40202: Field must be entered
    FRM-40401: No changes to save
    FRM-40405: No changes to apply
    etc.
    Any help in getting these error messages in a table, other than typing or copy/paste from Forms online help would be greatly appreciated.

    kolipaka wrote:
    Need to write control file to read .csv file for sql*load utility into oracle table.
    Thanks
    KLRWe're sorry that google is broken for you at this time.
    Please try our alternative search site...
    http://lmgtfy.com/?q=oracle+sql*loader+control+file+example
    or
    http://lmgtfy.com/?q=oracle+external+table+example

  • Tab page error

    Hello
    I have a sales forms , having 3 tab pages,,
    First is sale master form which save the sales information in sale table
    Second is product master form which save the product information against the sale # (sales # from the first tab page…) in the product table
    Third this sites master form which sale the site information against the sale # on the site table
    Now when I fetch the record , first two tab pages work fine, but when I click on the third tab page it give me a error
    FRM-40106: N0 navigable items in destincation block
    Before that error it is work fine
    What is the reason for that error, and how I fit it

    If the items on the third tab page are display only, or have properties set such that no entry is possible, you may have to create a "dummy" item on that tab page that is visible and has length and width set to 0. That way control can go there.
    Gary

  • No navigable items(designer 9i)

    hi everybody i am using designer 9iAS,
    I have two Module Components in OrderDetail Module as
    ordmas
    orddet
    when i generate this module and run the form builder at the run time it show message as
    FRM-40106: No navigable items in destination block;
    can u help me
    please

    Helena,
    I have seen your respone so a previous thread and thought you may be able to assist.
    I am gettting the FRM 40106 no navigable items error when the form opens
    but have been unable to rectify the problem by putting a dummy item on
    the form. I have also checked that at least one item in each block is
    enabled and visble.
    I'm wondering is ther any rules around block ordering etc or queries
    populating the forms blocks that could cause this?
    I'm really stuck and would greatly appreciate some advice.
    Dave

  • Post query giving error

    Declare
    cursor fin_ACNTs IS
    SELECT aCODE,dr,cr,seq
    FROM acnts
    where CCODE = :xH_ccode
    and Tcode = :XH_tCODE
    aND tNO = :xh_Tno
    order by seq;
    total_rows NUMBER;
    the above query will return 2 or 3 rows. for example,
    aCODE DR CR SEq
    P30737 1907.600 .000 B1
    P30737 .000 1907.600 B2
    I have 3 rows wise control fields on my form canvas
    r1c1 r1c2 r1c3 r1c4
    r2c1 r2c2 r2c3 r2c4
    r3c1 r3c2 r3c3 r3c4
    & I want to Store the above query result in Such way that
    the 1st row returned should be saved in r1c1 r1c2 r1c3 r1c4
    and the 2nd row returned in r2c1 r2c2 r2c3 r2c4
    if the query returns 2 rows
    i tried to incorporate it in thiS way, but needs SOme help;
    declare
    cursor fin_ACNTs IS
    SELECT aCODE,dr,cr,seq
    FROM acnts
    where CCODE = :xH_ccode
    and Tcode = :XH_tCODE
    aND tNO = :xh_Tno
    order by seq;
    total_rows NUMBER;
    begin
    FOR i IN fin_ACNTs LOOP
    :ctrl.Rc1 := i.aCODE;
    :ctrl.R[i]C2 := i.dr;
    :ctrl.R[i]C3 := i.cr;
    :ctrl.R[i]C4 := i.seq;
    num_total_rows := fin_ACNTs%ROWCOUNT;
    END LOOP;
    end;
    while compling the trigger am getting the errors;
    Error 49 line 15 column 5
    Bad bind var :ctrl.R
    Error 103 line 15 column 5
    Encountered th symbol "[" when expecting one of the following
    := . ( @ % ; indicator

    TYVM, Mr. Kuba,
    those 4 rows r1c1....did get filled properly. I have now 1 more problem. about this form so,
    I have a columnar tables
    inventotry_header (Inv_head) and
    inventory_detail (Inv_detail)
    in post-database-commit i am saving some details in to a 3rd table, ACNTS
    Inv_head is linked to inv_detail thru primary-foreign key, table ACNTS is independant.
    i have joined inv_head==>ACNTs in forms.
    i wrote this post-query Suggested by you. i want to display ONLY the control fields r1c1.....
    derived from the acnts table in post query and keep acnts table fields hidden.
    the acnts table should just be saved in the background(in post-database-commit) and
    its values will be displayed on form thru the control fields.
    but when i make the visible property of the acnts table fields to "NO", the post query result does not display
    the control fields r1c1.... and on querying, at first record it gives error,
    FRM-40106 No navigable items in destinations block
    and why i dont want to use the acnts tables for display, because i want to assign & display the control fields
    as i enter the details in inv_head and inv_detail, in the sequence of r1c1 r1c2 r1c3 r1c4....
    which i dont think will be possible with acnts tables (which is a linked actual db table).
    hope i have made it clear.

  • ... Forms error for LOV....

    Hi.
    i have atext field which contains Site IDs..
    when user selectes from LOV, the rest ofthe fields shows the data
    .. i dont know but an error.. FRM 40106... NO nvigable item in destination block is shown. i do not know why the error is comin basically its a meesagge, and after this message it does returns the record in appropriate field. The stragne thing is for a few field it does not show the message and show the record.
    Kindly explain wat can be causes of such error. Its beyond my experience.
    thanx alot .

    Hello,
    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. Level:  >25
    Type:  Error
    Francois

  • Child block Stacked Canvas - Data population

    Dear Techies,
    I dont get data refreshed in my child block C1 which is present in a stacked canvas. I show or hide it based on a condition in my post-query. When C1 has to be shown, it is shown as expected but the corresponding data is not populated in C1.
    I disable another block items and get FRM-40106: No navigable items in destination block in post-query. Could this be an issue? Please assist.
    Regards
    Sri
    Edited by: hokoba on Nov 20, 2012 10:38 PM

    Hi,
    All the Data blcok items cannot be hidden and at least there should be one item which is navigable. Instead of making the items invisible, I changed the background color to gray and updatable and insert property as 'No' and it works fine now..
    But actually my intention was to hide all the block items based on certain conditions...:(
    Thanks
    Sri
    Edited by: hokoba on Nov 24, 2012 3:26 AM

  • No navigable item in the destination block

    Hi
    using Dev6i.. i have to face the problem.(frm-40106).plzz help me how to solve this problem.
    thankx in advance

    Quoting the Online Help:
    FRM-40106: No navigable items in destination block.
    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.
    either you are navigating to a block that has no item visible on the canvas, or all the items visible on the canvas are disabled.
    Tony

  • Hidden Block

    Hi,
    I have a hidden block in a form that I populate with data. And on commit, I save that data to the table. Then I want to clear the content from that hidden block. This is the commands I use:
    go_block('template_component_nesting');
                clear_record;But I get this error:
    FRM-40106:No Navigable Items in Destination block.
    What should I do?
    Thanks in advance,
    Marc.

    Yes it will....but practically it will not..... as its size (height) and position (X:1 , Y:1) will make it practiacally invisible..... There will be only a cursor which will flash in the top-leftmost corner of your form.....!!!!
    Sim

  • Search Block

    I am looking for a way to enable some sort of search within a window. I need to use info from this search window to create data.
    Setup: one window with two blocks.
    The first block is basically search parameters that have two buttons, Clear and Find.
    Clear will clear all the parameters while the Find button should use the parameters and query the block below.
    I have been able to setup a Query Find window but this is not the same usage.
    I have read about being able to set the WHERE clause of the block so I am thinking this may be the way forward.
    My attempt so far is to set a ON-BUTTON-PRESSED trigger to do the following:
    set_block_property('OBJECT_LIST', default_where, 'type_id='||:FIND_BLOCK.REQUEST_TYPE_ID);
    go_block('OBJECT_LIST');
    execute_query;
    I get an error:
    FRM-40106: No navigable items in destination block

    Problem solved. I needed to change my items in the second block to TEXT_ITEMS and not TEXT_ITEMS_READ_ONLY

Maybe you are looking for

  • While generating the VIM DP documents from PDF inovoices facing the problem

    Hi Experts, I am generating the VIM (Vendor Invoice Management) DP documents from PDF invoices by using the transaction /n/opt/vim_7ax7. But the generated DP document having two issues. 1) The internal order is being changed ( The internal order from

  • Power point sound problem

    hello; I cant hear the sound inside of the power point files do you have any idea is this any exist program or method about this issue? thanks Message was edited by: allohaa

  • Regarding tc PA51

    hi experts,               cud u plz tell me what is the significance of tc pa51 in my database it is showing  dots (.),,can i calculate the attendance of a particular employee from here..plz help me...thnx in advance..its urgent...

  • StatementText from ShowPlanXML only outputs 4000 characters?

    Hi,  It seems that StatementText in the ShowPlanXML only returns 3999 characters, even if the statement is larger than that. I have not seen this documented in the ShowPlanXML schema (http://schemas.microsoft.com/sqlserver/2004/07/showplan) or in the

  • How secure is APEX authorization?

    We are developing a system which mandates that a user only be able to perform functions that they have been authorized (trained) to do. My understanding is that APEX will do this nicely using authentication to make sure a user is who they say they ar