From: Carlos Rocha on
Hi,

EnableOleDropClient(true) works.

method OleDragOver(oDragEvent) is called when I drag the OLE Object I
want inside the window boundaries, as expected.

//---------------------------------------------------------------
method OleDragOver(oDragEvent) class MyChildAppWindow
oDragEvent:Effect := DROPEFFECT_COPY
return true
//---------------------------------------------------------------

I believe I should see a changed cursor moving around the window with
mouse movements, but the app crashes within 1 or 2 seconds before I can
see that. It just ends itself, no error, no log.

Where should I look? what could be wrong here?

Thanks

Carlos Rocha