BUG: Insert Field Into Table In Designer Doesn't Highlight Name

ID: Q191643


The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 5.0, 5.0a, 6.0


SYMPTOMS

When you insert a field in an existing table in the Table Designer, the field name is not highlighted for overwriting.


RESOLUTION

Once the NewFld is inserted to the field column in the table design, pressing CTRL+A selects the entire entry.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.


MORE INFORMATION

Steps to Reproduce Behavior

  1. Run the following code in the Command window:
    
          CREATE TABLE test1 (fld1 c(10), fld2 c(25))
          MODIFY STRUCTURE 


  2. Using the Insert button, insert a new field.


Notice that the field name 'NewFld' is not selected for overwrite.

Additional query words: kbVFp600bug kbDesigner

Keywords :
Version : WINDOWS:5.0,5.0a,6.0
Platform : WINDOWS
Issue type : kbbug


Last Reviewed: December 10, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.