FIX: Shape Control's Mouseup Incorrectly Fired by Form ClickID: Q134392 The information in this article applies to:
SYMPTOMSAfter dragging and dropping a shape control on a form, the shape's mouseup event fires when you click anywhere in the form.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This has been corrected in Visual FoxPro 6.0.
MORE INFORMATION
Steps to Reproduce ProblemRun the following code: PUBLIC f1 f1 = CREATEOBJ('obj') f1.SHOW DEFINE CLASS s1 AS shape
ENDDEFINE
DEFINE CLASS obj AS form ENDDEFINE
* Drag the shape to a new location and drop it. Additional query words: kbvfp600fix
|
Last Reviewed: November 1, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |