Error moving tree item (SP05 5.5.42.65)

Hi all
Im using SP05 5.5.42.65 / DB2 UDB Ver 8.02 Fix Pack 12 / Win 2003 Server 64 bits.
My problem is in the hierarchy mode when i try to drang and drop OR delete an item, this message appear:
<b>No query results returned., Version 5.5 SP5 (5.5.42.65)</b>
The thing is that i tested in my localhost and doesn't occur (my laptop has Win XP Ver. 2002 Service Pack 2 / SQL Ver. 8 / SP05 5.5.42.65
Any suggestion?
10x
Pp.

Hi, that´s it
thank you very much !!!
it works again
by

Similar Messages

  • Getting error message : the item Itunes.exe that this shortcut refers to has been changed or moved so this shortcut will no longer work properly. I get this either using the start menu or the desktop shortcut. I tried going to programs /itunes and repair.

    Getting the error message:
    the item Itunes.exe that this shortcut referes to has been moved or changed so this shortcut will no longer work properly.
    I tried going into the control panel/programs /itunes and selected repair which didn't fix it. Any suggestions on restoring the broken shortcut without removing and re-installing the program?
    Running windows 7 home premium SP1
    Thank you

    I think it is some sort of permissions issue preventing the installer from updating the shortcuts. Is your account an administrator of the machine? If it is and you still have the problem then you may need to explicitly use the "Administrator" account for the install.
    tt2

  • Following error message 'The item "iPhoto Library" can't be moved because "10.0.1.3" can't be modified' pops up, when I'm trying to copy my iPhoto library to my  Synology NAS. Any thoughts what I need to do in order to succeed?

    Following error message 'The item “iPhoto Library” can’t be moved because “10.0.1.3” can’t be modified' pops up, when I'm trying to copy my iPhoto library to my  Synology NAS. Any thoughts what I need to do in order to succeed?

    Would you rather recomment me to change to another programme like to iphoto to store and work with my photos?
    I would use the NAS for documents and other data that do not need a library with database files inside. For iPhoto a small portable drive that you can plug in directly would be perfect; you can get one for 79$ http://mac-portable-hard-drive-review.toptenreviews.com/western-digital-review.h tml
    Before you try to copy your iPhoto library anywhere, make sure it does not have any inconsistencies, that could prevent copying. Run a rebuild, using the First Aid tools. See this post by Old Toad on how to do it: Re: iPhoto version 8.1.2
    The item “iPhoto Library” can’t be moved because “10.0.1.3”
    That error message is very typical for copying between incompatible file systems. I get this error message usually when I try to move iPhoto libraries or Aperture libraries to drives with MS Dos (FAT) or unix formatting, or when some of the image files inside the library contain ethnic characters (Umlaute), have very long file names, or the filenames contain other special characters.
    Do you have any other large data sets that you could try to move to your NAS instead of your iPhoto library?  Movies, Music? Then move these first to have enough working space, when you try to move the iPhoto library. If you are running out of space, it will be difficult for the OS to move large amounts of data at once. That will need working space.

  • Error in tree

    I am trying to work with the trees, but when i compile it FRM-32089 error comes.
    Can anybody tell me what this error is?
    Dipin

    When you create a tree item in a block, this item has to be alone in the block.
    If you want to create other items, create another block.
    Hernan

  • How to get a tree item when my mouse moves

    I want to get the tree item which my cursor points to when my
    cursor moves over a tree.
    I can get a row index in itemRollOver event, but it seems
    useless.
    And I don't know how to use getObjectsUnderPoint method.
    Is there anyone who can help me?

    Take a look this example:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="srv.send()">
    <mx:Script>
    <![CDATA[
    [Bindable]
    public var selectedNode:Object;
    [Bindable]
    public var XLC:XML;
    public function initList(event:Event) : void
    XLC = event.target.lastResult;
    public function treeChanged(event:Event) : void
    selectedNode=Tree(event.target).selectedItem;
    ]]>
    </mx:Script>
    <mx:HTTPService id="srv" url="../assets/tree.xml"
    resultFormat="e4x"
    result="initList(event)"/>
    <mx:HDividedBox width="100%" height="100%">
    <mx:Tree id="myTree" width="50%" height="100%"
    labelField="@label"
    showRoot="false" dataProvider="{XLC}"
    change="treeChanged(event)"/>
    <mx:TextArea height="100%" width="50%"
    text="Selected Item: {selectedNode.@label}"/>
    </mx:HDividedBox>
    </mx:Application>
    "hybak" <[email protected]> wrote in message
    news:fd5gao$229$[email protected]..
    >I want to get the tree item which my cursor points to
    when my cursor moves
    >over
    > a tree.
    > I can get a row index in itemRollOver event, but it
    seems useless.
    > And I don't know how to use getObjectsUnderPoint method.
    > Is there anyone who can help me?
    >

  • Tree item when-tree-node-selected fires differently from 6i to 10g.

    In forms 6i, when you keyboard navigate between tree nodes, the wtns trigger will fire. In 10g it does not. In 10g, it will fire if you press the tab key or mouse click on a node.
    Anyone know if this was done on purpose?
    I ran into this after finally trying my props.fmb in 10g. It works fine in 6i, but not in 10g
    copy of my form is here:
    http://www.tailboom.com/oracle.php
    Forms [32 Bit] Version 6.0.8.18.3 (Production) cleint server
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    I wrote most of the tree handling code for oracle apps APPTREE. This is the code that most if not all tree's in apps uses to build standard tree. So I have a pretty good understanding of the forms tree item. And know the wtns fired for web forms 6i on every node like 6i client server. This is very strange IMO.
    Thanks.
    --pat                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Oleg,
    thanks for the reference. Although the bug you identify deals with when-tree-node-activated, it is possible they fixed the when-tree-node-selected issue at the same time. With my test tree, i can currently duplicate both issues. I tried to download the patch, but it is only available for linux and unix. No windows patch. I don't have my linux env up and running to where I can test yet. So I can not confirm.
    --pat                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Error Message "This Item has not been purchased"

    I just bought a brand new computer with Windows 7 and I just downloaded Itunes.  I couldn't remember my itunes password so I changed my password.  After changing my password, I changed my Email address since I was using an old one I don't have access to anymore.  After doing that I started trying to get my old purchases put on my new computer and maybe 40 songs downloaded before I got an error saying "This item has not been purchased with your Apple ID".  These songs are listed in my purchased list, I bought them on my old computer and Itunes isn't letting me download nearly 300 songs that I paid for.
    How do I fix this?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
    SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
    View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Minor c3-00 glitch - when moving an item in the me...

    Items in the main menu are sorted in different order when viewed in List view and in Grid view. This leads to confusion when sorting in list view or in grid view.
    When I move an item in the menu in list view, then change back to grid view, the items will be in an unpredictable order. This is confusing to me.
    For example, mark the menu items with the next indices: (assume this is the order they are shown in List View).
    1. Games
    2. Calendar
    3. Internet
    4. Music
    5. Mail
    6. Messaging
    7. Store
    8. Settings
    9. Applications
    10. Photos
    11. Contacts
    12. Communities
    13. Vodafone
    The same icons are shown in the grid view (left to right, top to bottom):
    6,2,7,11,3,1,4,10,8,5,9,12,13
    When I move an item in List View using the Organize function, the new order in List view will be:
    2,3,4,1,5,6,7,8,9,10,11,12,13 (as I wanted).
    If I switch back to grid view, the order will be (left to right, top to bottom):
    6,3,7,11,4,2,1,10,8,5,9,12,13
    It's hard to see the logic behind these changes. It would be good if the same ordering would be used in both views, and moving an item in one view would move the same item in the other view.
    Nokia Lumia 520 3046.0000.1329.2001 RM-914
    Nokia Asha 302 V15.09 22-05-13 RM-813

    You can get rid of the message permanently, if that's what you want, by going to Finder menu Finder>Preferences>Advanced and unchecking 'Show warning before emptying the Trash'.
    Or if you'd prefer to leave the warning in place you can bypass it by hitting shift-option-caommand-delete (backspace).

  • CCM related - error while deleting item  from supplier catalog

    Hi experts,
    I am using CCM 1.0 SP5 and the format of file uploading is in .xls. I am trying to delete one item with deletion indicator 'X' in excel file. Item is present in Supplier catalog. Still while going to delete the item, in the display log it is showing error as:
    "Catalog item VZ312-5MD4E80865694B29B66E2C7CEA4A4D4E4E not found" and "Error when deleting catalog item VZ312-5MD4E80865694B29B66E2C7CEA4A4D4E4E". Though i checked the item is present in the supplier catalog. replaced the item in excel with the existing in CCM, still the same error is coming.
    Please give your suggestions. I am not getting any solution.
    regards,
    charles

    Hi Charles,
    Pl. see whether the following notes help you:
    828553
    841441
    936122
    BR
    Dinesh

  • Sharepoint throw a javascript error while adding items to sharepoint list

    sharepoint throw javascript error when adding item to list
    error called:  this._registeredValidators[validatorIdx].Validate is not a function
    any help please

    Hi,
    If you want to validatelist column, there is out of the box way to accomplish this with SharePoint
    There's a great blog that covers how to validate Strict Text Formats:
    http://sharepointsolutions.com/sharepoint-help/blog/2011/12/how-to-validate-strict-text-formats-in-sharepoint-2010/
    In addition, we can use JavaScript to validate column. Please make sure you use the code correctly.
    More information:
    http://chrisstahl.wordpress.com/2011/02/06/validate-a-sharepoint-list-column-with-regular-expression/
    http://blog.tallan.com/2013/09/16/how-to-add-custom-validation-logic-to-validate-a-phone-field-in-sharepoint/
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Multiple Error message at Item Level....

    Hi all,
    I have some doubt into display multiple error message from item level.
    The scenario is, I have to run some validation at each line item. If validation fails error message is population. Now suppose user ignore the error message or with that error user creating new line item and again because of validation some error occurs, then both error message should display all together but system is displaying only last message not previous one. This is happening with both the classes CL_BSP_WD_MESSAGE_SERVICE' and CL_CRM_GENIL_GLOBAL_MESS_CONT.
    But if I check same thing with standard validation all error message display all together.
    Any suggestion through which I can combined all message and display together.
    Thanks
    Gaurav

    Yes.I have tried ADD_MESSAGE method of the CL_BSP_WD_MESSAGE_SERVICE class.
    Thanks
    Gaurav
    Any suggestion from experts..
    Regards
    Gaurav
    Edited by: Gaurav Mehta on Dec 3, 2010 2:18 PM

  • I keep getting the iTunes error message "the item selected is not available in the UK store" how do i fix this please ?

    I keep getting the error message " The item selected is not available in the UK store" and i am not able to do anything else with iTunes, any idea how i fix this as it appears to now be restricting my account access across the Mac Book, iPad, iPhone and Mac Mini in the house ?
    Thanks

    Hi Thanks,
    I could only see posts from some months ago and thought I had something different.
    Looks like I have not been using the correct search terms.
    Will wait and see what happens.

  • Error - Balancing Line Item Profit Center not filled in Line Item 007

    Hi
    I am trying to do a transfer posting from one vendor account to another. However, system is giving an error - Balancing Line Item Profit Center not filled in line Item 001. Pls suggest.
    Regards
    Vaibhav

    hi  vaibhav
    you go through this Tcode  FAGL3KEH  and maintain default profit centre. in the  error message system shown GL accounts
    hope you userstand
    thanks
    dharmendar

  • Using Javascript to prevent a tab or tree item from navigating?

    Hello there,
    I have been trying to implement the functionality across my forms that if a user has entered data but attempts to navigate away by clicking on another tab or item in a tree list they are notified that they have not clicked submit and they will ose there changes.
    Using the help from: Re: detecting changes to items prior to submitting page I managed to get this working, so that if they (the user) have edited any items, an alert displays "Data has been changed. Continue anyway?", with the options OK and Cancel. However even if the user clicks cancel, the page will still navigate away losing the changes.
    In the provided link from the other thread, 'grahamr' appears to have provided the solution for this but later removed this code as he couldnt get it to display properly in the forums.
    Is there anyone else who might know how I can get the javascript to "block" navigation if the user selects cancel?
    Thankyou for any insight anyone can provide,
    Jordan

    Hmm,
    I had a look at your example application on the supplied link, however I cannot find any instructions or steps on how to go about implementing this method.
    Using my current method (from the thread linked in the first post of this thread) I have no problem getting the javascript to recognise changes and prompt the user on trying to leave - it's just that the href continues regardless of the user clicking cancel (wish grahamr managed to resolve somehow). Do you know why this might be?
    My javascript (2 posts above) is fired within the Anchor tag of my tabs and tree items like so; (Im only using [ ] brackets here so that it will display in the forum)
    [a onclick="javascript:checkForChangedData();" href="#TAB_LINK#" ][font color="#FFFFFF"]#TAB_LABEL#[font][a]
    Or if possible is there any assistance you could provide for implementing the method in your sample application? (I dowloaded the app but that page was not in it)
    Any help you can provide is greatly appreciated,
    Jordan

  • Scroll bar in Tree item

    hi
    I would like to know if there is a way to get rid of the scroll bar in a tree item.. normally in other applications, windows explorer for eg. when the contents of the explorer is within the view, the scroll bar disappears automatically and when the contents exceeds the view, the scroll bar appears...
    is it possible to change the line style of the tree nodes to doted or broken lines...
    moreover.. is it possible to rename or edit a tree node just like windows explorer.. right now im calling another canvas on 'when-tree-node-activated' trigger..
    i have written a search function just like the one in the forms object navigator... in forms 6. the hi-liter don't position itself if the search result exceeds the view.. it works in 6i.. i wish all the above queries can be met with 6i..
    plz help.. thanx in advance

    1) Scroll bars - scroll bars appear and disappear automatically based on the tree length when run over the web. Unfortunately there is no property for this in client-server
    2) You cannt change the line style, just the icons
    3) In order to rename or edit a tree node use
    FTREE.SET_TREE_NODE_PROEPRTY you can use it to change the node label and node value
    Hope this helps,
    Candace Stover
    Forms Product Management

Maybe you are looking for

  • Regarding TXT File data truncation due to large amount of data

    Hi Guys, I am downloading data to txt.file in background.I am getting truncation of the records due to large amount of data. If it is less data it works good. I have checked the Internal table SIZE for this and anywhy i have declared in OCCURS 0 only

  • F-53  payment clearance Exchange Rate Difference

    HI There is a exchange rate problem while clearing Purchase Order.  In Freight condition  P/o is Total amount in $ is 819.77 while theexchange rate is Rs/$= 86 which is ok at vendor invoice level . Problem area is F-53 when we clear payment system pi

  • Calling an implemented method from an external class.

    Hey guys... I'm writing a package to be put into a program I'm writing for a project (for Uni), but I also want to use the package in other programs. Basically, the package will return a JScrollPane that can be put into any JFrame or JPanel or whatev

  • Apply Digital Signature in Form 16

    Hi All, I want to configura and apply Digital Signature for Form 16. Please guide me which configuration is require for that? From where we can purchase the Signature Certificate? what is the cost of it? Regards, Nisit Edited by: Nisit  Patel on Dec

  • Classic report output to image format

    Hi Guru's Please Help me out. Bussiness users want to convert Classic report output to any of the Image format(e.g. Bitmap, jpg. etc.....) and then store in MIME Repository. Please help me in this regards Thank you, Arbind