FIX: Using EditBox SelStart Property Causes Refresh ProblemsLast reviewed: October 29, 1997Article ID: Q164361 |
The information in this article applies to:
SYMPTOMSWhen using the SelStart property on an Edit box that is in a PageFrame, Page tabs appear to freeze and any object outside of the PageFrame do not receive focus. Additionally, resizing or minimizing and then maximizing, the form results in improper refreshing of the form.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem has been fixed in Visual FoxPro 5.0a.
MORE INFORMATIONThe SelStart property is used with the Edit box to return the starting point of a text selection made by the user in a text-entry area of the edit box, or it indicates the position of the insertion point if no text is selected. But using the SelStart property on an Edit box in a PageFrame causes unexpected behavior with the objects on a form and with the form itself. For example, moving through the pages of the PageFrame after the SelStart property has been activated on the Edit box can only be accomplished by clicking on a Page tab. Note the Page tab that is clicked does not become highlighted. If the tab key is pressed or the cursor is used to move to an object on the PageFrame, it is possible to move through the objects on the PageFrame but any objects outside of the PageFrame do not receive focus when trying to click on or tab to them. The form has refresh problems, also, after the SelStart property is activated on the Edit box. For example, resizing the form larger than the original size causes multiple form borders to appear. Minimizing and then maximizing the form causes the tabs of the PageFrame to disappear. Moving through the objects on the PageFrame can still be accomplished, but to move to another page of the PageFrame requires clicking where the tab should be located and then the objects on that page appear.
Steps to Reproduce Behavior
Keywords : buglist5.00 FxtoolFormdes vfoxwin vfpfix5.0a kbtool kbbuglist kbfixlist Version : 5.0 Platform : WINDOWS Issue type : kbbug Solution Type : kbfix |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |