PRB: Insertion Point Left of Input Mask in Text Box on PageID: Q141397 3.00 3.00b WINDOWS kbtool kbprb The information in this article applies to:
SYMPTOMSA text box with an InputMask is placed on a page of a pageframe and the text box gets the focus when the page containing it is activated. Contrary to the input mask, the insertion point inside the text box is aligned to the far left. Any characters typed while the insertion point is to the left of the input mask are lost. This only occurs when the page containing the text box is not the ActivePage when the pageframe is initially displayed.
WORKAROUNDUse THIS.Refresh in the procedure associated with the Activate event of the page containing the text box.
STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce the Behavior1. Create a new form, and place a pageframe on the form. 2. Place a text box on Page 2. The text box should be the first item to 3. Change the following properties of the text box:
4. Run the form, and select Page 2. Note that the insertion point is
5. Type: 7045551212, and note that the first number is lost.
Steps to Correct Behavior1. Open the form for modification. 2. Add the following code to the procedure associated with the Activate 3. Run the form. Note that the insertion point is now blinking to the right
4. Type 7045551212, and note the first number is not lost.
Additional reference words: 3.00 3.00b VFoxWin KBCategory: kbtool kbprb KBSubcategory: FxtoolFormdes
|
Last Reviewed: December 21, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |