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

Similar Messages

  • How to go back to a particular item of the preivous block

    Hi,
    In the pre-block trigger, how to navigate back to a particular item of the preivous block? I've tried go_item('block1.item2'), but it only goes to :system.cursor_item. What if the system cursor item is not item2, how can go back to item2?
    Vanessa

    Have you try this,
    go_block('block1');
    go_item ('block1.item2');

  • Using a control item in the control block

    I want to do; using a control item in the control block, I can control the item in the detail block and I can navigate anywhere in the detail block on the condition.
    For example, I have a master block ,a detail block,a control block.
    before move the focus from the mater block to the detail block, the focus goes to the item in the control block and run a trigger and set properties for the items in the detail block, then navigate to the item in the detail block using go_item(?).
    Is it possible? if possible would you give me some example or idea?
    thanks a lot.

    well u can.May be you want to perform add / delete/ update through your buttons in forms

  • "You cannot copy some of these items to the destination..."

    I cannot copy files and/or folders to a Samba fileserver (Samba 3.0.20a). I get the following error:
    "You cannot copy some of these items to the destination because their names are too long or contain invalid characters for the destination. Do you want to skip copying these items and continue copying the other items?"
    See image here:
    http://img217.imageshack.us/my.php?image=cannotcopy4em.jpg
    This happens on systems running OS X 10.3.9 on up to 10.4.6. It can happen with a filename as small as "test.txt" or something over 31 characters in length.
    Is anyone else having this problem?
    PowerMac G5   Mac OS X (10.4.6)  

    Please know that the limitation is not in OS X, but an interaction with your SNAP device: the SNAP device uses SMB (although an older-style AFP filesharing connection option should also be on by default), and as such the drive inside is likely formatted as FAT32 (or an emulation of same) which does not allow/permit the same characters (or filename lenght) as HFS+ (native Mac drive format)

  • How do we remove a navigation item in the nav links area?

     As you can see  there are three  links all pointing to the same location "Home"  What I would like to do is remove #3 red circle that way my page doesn't blow out to the  right...
    if it is possible I would like to remove #2 also....
    Is there a way to hide and or remove these either using JS and or CSS , as I went and looked in site setting and didn't see a way....

    This issue can be caused by an extension or plugin that isn't working properly.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

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

  • Problem in navigating out of the block

    Hi,
    There is a form created with the help of data block wizard. The form contains 4 data blocks. The entry is to be done in a way that the first threee fields are from the first data bolck and the 4th field is from the next data block. The problem I am facing is that when i try to navigate from the first block to the 2nd block the WHEN-VALIDATE-ITEM trigger of the 4th item of the first block is getting fired, thus preventing me to move to the next block and there are no validation trigger on the block level.
    please let me know what the problem can be.
    Help is required urgently

    Hi,
    that's standard behaviour. Item Validation will fire when you change blocks. If validation is successful it shuld not stop you, also you could try using ITEM_IS_VALID which if fiddley way to do it.
    If it is possible for you to create a view that combines the columns the two blocks then it would make your data entry easier.
    one other option is to fiddle with the validation scope
    Easo

  • Navigable item order

    I've got a form with a text item called "Option" at the top, and depending on which value is selected in the LOV for this field, the order of the keyboard navigation (tab order) is set up dynamically using set_item_property. Some of the fields are also disabled depending on the "Option" value selected.
    My problem is that after submitting the request (or clearing the form with a clear_block(no_validate)), the keyboard navigation order from the intial "Option" selection is still in place. It seems to be "remembering" the keyboard navigation even after the form/block is cleared.
    Is there a way to clear the "tab order" so that it is set up dynamically each time through?

    You need to create a procedure that resets the next_navigation_item of all the items you changed. Then call the procedure when the block is cleared, and wherever else you need.
    Or better yet, create the procedure to do it both ways, and call it from where the LOV sets the value, and everywhere else. Either pass a parameter to the procedure, or look at the value in the item set by the LOV.

  • Tabbing (Next Navigation Item) to different frames/datasets on a canvas?

    How can I set the tab order to tab between frames on my form? In the properties palette for an item, the Next Navigation Item field, I can only choose items in the same dataset. What if I wanted to mix and match the fields from say 2 different datasets so they show up together in a frame and have consistent tabbing?
    Also, I have set up a join relationship between 2 datasets on a canvas but when I insert record it only inserts 1 set and not the info from the other but when I query info that was already in the dataset it shows up fine on both sets??? Please help. Thanks alot

    To achieve cross-block navigation, here is what I do:
    For forward tabbing as well as automatic skipping to same field, create a hidden navigable item following the item, and on that item, create a when-new-item-instance trigger with a go_item command. (For hidden navigable, it must be on the same canvas. Just set its height and width to zero.)
    For shift-tab (reverse navigation), use a key-prev-item trigger on the second item with a go_item back to the first item.

  • Can we create a list item as a data block item?

    Hi,
    I have changed a text item to list item on the data block.
    This list item used to get populated when it was control block item, but after i changed it to data block item, it's not getting populated.
    My question is, can we create a list item(poplist) as a data block item?
    Any idea?
    Thanks in advance
    R.G

    Hi
    When you use ctl blocks data dose not fetch from Database. But in data blocks it get fetches when you execute query. So you have to make sure table column values are matching with the List Box values you have given.
    So please check table values.
    Nilaksha.

  • HOWTO: Avoid go to detail block without fullfill the master block?

    Hi:
    I have a master detail form with 2 blocks. When the user open the form the focus is on the first text item (required = yes) of the master block. If the user tries to get out of that item with keyboard (tab or enter), it gets the correct message saying that the item is required and must be filled. But the problem starts when the user click with the mouse on another item of the detail block. Here, I will have 8 or 9 messages saying that is impossible to create records without a master record. This is really annoying. This message has no ID (FRM-XXXXX), and I really must get a way to forbide users to go to the detail block without filling required items in the master.
    Anyone?
    Best Regards
    Joao

    Hello,
    if there is a relation between the two blocks double click on that rel.and mark the check box property:prevent Masterless operation try this option and tell me what's ur feed back..?
    Regards,
    Abdetu..

  • Associating a Navigation Item with a View Controller in a XIB

    According to Xcode:
    The 'navigationItem' outlet of a UIViewController has been deprecated. Navigation items are required prior to loading a view controller's view. Instead of an outlet, consider embedding the navigation item in the view controller.
    What does "embedding the navigation item in the view controller" mean? The obvious interpretation of putting a navigation item in the view controller's XIB as a peer to the view has no effect.

    Hi -
       Try using Command "SET_SELECTION_STATE" in dropdown Data Binding - Data Binding type.
    Anesh B

  • Xi; in the item in the form (itm is a db-field with Varchar2)

    Hello
    I'm looking for a solution for my problem.
    I have a form with one master-block and four detail-block. One item in a detail-block makes at time (shows in the field) [xi;] This field is a db-field varchar2 with the correct length look like the attribute in the table (scheduling by byte default, scheduling by null the same effect). After I maked the query, the field shows the right value in this field.
    I have this effect in an other Form with one master and one detail-block with one item in the master-block.
    Can anyone give me the answer what is the problem and how can I solution this problem.
    Client Windows XP
    App-Server VMS with Apache
    Forms 9.0.2
    DB 9.2
    Thank's for your help
    René

    Yes you just add an edit text box to the form and bind it to the UDF.
    Dim oItem As SAPbouiCOM.Item
    oItem = oForm.Items.Add("TextBox1", BoFormItemTypes.it_EDIT)
    'You will need to adjust these values to position it correctly
    oItem.Left = 5
    oItem.Width = 65
    oItem.Top = 50
    oItem.Height = 19
    Dim oEdit As SAPbouiCOM.EditText
    oEdit = oItem.Specific
    oEdit.DataBind.SetBound(True, "OCRD", "U_Test")

  • Loop through all items in all data blocks?

    Is there a way to loop through every item in every data block and set the property of a format mask?

    I do not know what error it is, only that an on-error trigger fires.
    I found out one thing I was definitely doing wrong, using nextblock, nextitem properties at the wrong level.
    DECLARE
         v_firstblock VARCHAR2(50);
         v_currentblock VARCHAR2(50);
         v_firstitem VARCHAR2(50);
         v_currentitem VARCHAR2(50);
         v_counter NUMBER :=0;
         v_counter2 NUMBER :=0;
    begin
       v_firstblock := get_form_property(:System.Current_Form,first_block);
       v_currentblock:= get_block_property(v_firstblock,nextblock);
       MESSAGE(v_firstblock||v_currentblock);
         LOOP
              v_counter := v_counter +1;
              IF (v_counter >10) THEN
                   exit;
              END IF;
              IF (v_currentblock = v_firstblock) THEN
                             exit;
           ELSE
                   v_firstitem :=  get_block_property(v_firstblock,first_item);
                        IF (lower(GET_ITEM_PROPERTY(v_firstitem,format_mask))=lower('mm-dd-yyyy')) THEN
                                       SET_ITEM_PROPERTY(v_firstitem,format_mask,'DD-MON-YYYY');
                        END IF;
                   v_currentitem :=  get_block_property(v_firstblock,first_item);
                   v_currentblock:= get_block_property(v_currentblock,nextblock);
                   GO_BLOCK(v_currentblock);
                        LOOP
                             v_counter2 := v_counter2 +1;
                             IF (v_counter2>15) THEN
                                  exit;
                             END IF;
                             v_currentitem:= get_item_property(v_currentitem,nextitem);
                             MESSAGE(v_counter||v_firstblock||v_currentblock||v_firstitem||v_currentitem||v_counter2);
                             IF (v_currentitem <> v_firstitem) THEN
                                  IF (lower(GET_ITEM_PROPERTY(v_currentitem,format_mask))=lower('mm-dd-yyyy')) THEN
                                       SET_ITEM_PROPERTY(v_currentitem,format_mask,'DD-MON-YYYY');
                                  END IF;
                             ELSE
                                  exit;
                             END IF;
                        END LOOP;
               END IF;
      END LOOP;
         end;Here is updated new code. I am currently trying to debug it, it has crashed my form on the server when tied to a button press.
    EDIT: So far I have found that it infinitely loops through the first 3 items and a null item in the first block. Still looking into why...
    EDIT: Some code changes to temporarily stop infinite loop and make v_currentblock actually change. Still loops through same 3 items in the first data block even though v_currentblock changes.
    Edited by: 878576 on Oct 21, 2011 12:46 PM

  • How can I edit navigation items outside of iWeb08?

    I created a website for a friend, published the site and then backed up the HTML files to an external disk. I've since re-formatted my iMac and installed 10.5
    Now I need to remove pages from the site and have to edit a few areas of the pages but i cannot import the backed-up project into iWeb. I have seen the other posts about transferring the domain file, but this process cannot be used because I did a clean installation. I know that there is nothing more I can do about that, c'est la vie.
    BUT, I do have Dreamweaver and am trying to edit the raw HTML files outside of iWeb.
    The problem is I cant find where I can edit the Navigation items. The pages seem to reference a Navbar widget, but i can't find any of the page names in the JS, CSS or XML files. Does iWeb reformat the links into something else? I've been able to get into the code and remove lines of copy and body links, but the Navigation has me stumped. All i want to do is remove a couple of pages from the global nav.
    Does anyone have any ideas?

    iweb nav bar info is in your site's feed.xml file.

Maybe you are looking for

  • Making Hyperlinks Visible On a PDF Printout

    G'Day, I am wondering if it is possible to make the hyperlinks in my PDF document (these are internal relative hyperlinks) visible -- so that when you print the document you can see the hyperlink (blue underlined part) in the document?  At the moment

  • How to modify the sql

    1 --for dev 2-prod 1&2 for prod&Dev For a particular project i need to be displayed only one code either dev,prod,dev&prod if code is both 1 & 2. select decode(c.code,1,'DEV',2,'Prod',1,(1,2),'Dev&Prod' ) env from temp; Thanks

  • How to set values in a JSP from DTO

    My requirement is to print matrix report of students and their subject markets Student Name | Sub1 Sub 2 ........... Std Name1 Std Name 2 That is printing subject names horizontally and student names vertically. <c:forEach items="${dto.subList}" var=

  • CD stuck inside MacBook Air superdrive

    How can I eject a CD stuck in the superdrive?

  • Forgotten my icloud password

    I Have my apple id and password but I have forgotten my icloud password and can't sign in....what can I do to reset my icloud password