Results 1 to 4 of 4

Thread: Anyone ever encounter error # 35614 ("This would introduce a cycle")?

  1. #1

    Thread Starter
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657

    Anyone ever encounter error # 35614 ("This would introduce a cycle")?

    Hello all,
    I had not yet encountered that one before. It can occur on the DragDrop event when implementing drag-drop within a treeview. I have been using drag-drop within a treeview for years and have not had this error reported, but recently a user encountered this. From what I gather, it has something to do with attempting to move a node such that an invalid parent/child relationship would be created, and my code has always guarded against this. I cannot reproduce the user's error.

    Has anyone ever run into this before? A quick fix would be to trap for that error, and the DragDrop event would simply gracefully deny the move, but I was hoping for more insight on the cause.

    I was not able to find much on a web search of the issue. There is some code in this article which shows the trapping of this error, but in my case, I can't see how the conditions would be right for this to occur. (BTW, this article shows how to use a TV within in Access app, and uses OLEDragDrop, whereas I have a standard VB6 app with "plain" (not OLE) DrapDrop).

    Any further insight would be appreciated.

    http://support.microsoft.com/?id=209898
    "It's cold gin time again ..."

    Check out my website here.

  2. #2

  3. #3

    Thread Starter
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657

    Re: Anyone ever encounter error # 35614 ("This would introduce a cycle")?

    Yes - that is the error that is trapped in the MS example I linked to, and is the error number reported by the user (with a screen shot so I am sure).
    "It's cold gin time again ..."

    Check out my website here.

  4. #4

    Thread Starter
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657

    Re: Anyone ever encounter error # 35614 ("This would introduce a cycle")?

    One bump before this goes to the great thread collection in the sky ...
    "It's cold gin time again ..."

    Check out my website here.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width