PRB: SelectOnEntry Property Is Ignored When KEYCOMP = DOSID: Q142548 3.00 3.00b WINDOWS kbtool kbprb The information in this article applies to:
SYMPTOMSA Column in a Grid has the SelectOnEntry property set to True (.T.), but when the form is run, the text is not selected.
CAUSEThe KEYCOMP setting is set to DOS. The KEYCOMP setting controls the enabling or disabling of the SelectOnEntry property.
STATUSThis behavior is by design.
WORKAROUNDIf KEYCOMP = DOS is the desired default setting, issue a SET KEYCOMP TO WINDOWS in the procedure associated with the When event of the grid and issue a SET KEYCOMP TO DOS in the procedure associated with the Valid event of the grid. This will allow the SelectOnEntry property to function properly.
MORE INFORMATION
Steps to Reproduce Behavior1. Create a new Form. 2. Add a table to the Data Environment, and drag the window title of the 3. Change the ColumnCount property of the grid to 3, and ensure that each
4. Save and close the form.
5. Type SET KEYCOMP TO DOS in the Command window. 6. Run the form. 7. Move the pointer to different cells in the grid, and notice that the 8. Type SET KEYCOMP TO WINDOWS in the Command window.
9. Move the pointer to different cells in the grid, and notice that the Additional reference words: 3.00 3.00b VFoxWin
KBCategory: kbtool kbprb
KBSubcategory: FxtoolFormdes
|
Last Reviewed: January 17, 1996 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |