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



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 5.0a
  • Microsoft Visual FoxPro for Windows 6.0

This article was previously published under Q191643

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.

Modification Type:MajorLast Reviewed:12/11/1999
Keywords:kbbug KB191643 kbAudDeveloper