VFP9SP1 - WinXP Pro - Red I've got a bunch of containers each with controls inside of them that are disabled (they're for display purposes only). I'm trying to get DragDrop to work consistently so that I can drag one container to another and then initiate an action to swap data between the two (...the data is contained in their objects).
My problem is that the containers don't consistently get their DragDrop event fired when I drop the container object. Is there some snafu with containers and dragdrop whereby I'd need to instead use dragdrop on the objects inside of the container instead? The container is enabled, but it's contents (textboxes and label) are not. Dragmode is set to 1 - Automatic. Another twist--this container is inside of another container...think of a 2x2 cube matrix look. Here's a screenshot of it: http://mbsoftwaresolutions.com/images/scheduler_matrix.png I'm trying to allow the user to change the blocks around via the DragDrop. tia! --Michael _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

