BUG: _WSetPort Function in LCK Does Not WorkLast reviewed: June 27, 1995Article ID: Q108334 |
The information in this article applies to:
SYMPTOMSThe _WSetPort() function of the FoxPro Library Construction Kit (LCK) does not return the correct WHANDLE to the previous window on the Microsoft Windows platform.
RESOLUTIONTo work around this problem, use _WGetPort(), which returns the correct value. To correct the sample code in the "More Information" section below, replace the following line
fpdt=_WSetPort(wh);with:
fpdt=_WGetPort(); =_WSetPort(wh); STATUSMicrosoft has confirmed this to be a problem in FoxPro 2.5, 2.5a, 2.5b, and 2.6 for Windows and in the FoxPro 2.5 Library Construction Kit. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: FoxWin 2.50 2.50a 2.50b lck gpf buglist2.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |