PRB: Insertion Point Left of Input Mask in Text Box on Page
Article ID: 141397
Article Last Modified on 5/7/2003
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 3.0b Standard Edition
- Microsoft Visual FoxPro 5.0 Standard Edition
- Microsoft Visual FoxPro 5.0a
- Microsoft Visual FoxPro 6.0 Professional Edition
This article was previously published under Q141397
SYMPTOMS
A 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.
RESOLUTION
Use THIS.Refresh in the procedure associated with the Activate event of the
page containing the text box.
Additional query words: VFoxWin
Keywords: kbprb KB141397