PRB: Length Not Updating Properly in Table Structure DialogID: Q131168 3.00 WINDOWS kbtool kbprb The information in this article applies to:
SYMPTOMSIn the Table Structure dialog box brought up by the MODIFY STRUCTURE command, the length information displayed at the bottom of the dialog box does not seem correct. It adds one to the sum of the length of each field in the table.
CAUSEIn the status bar of the Table Structure dialog box, the length information displays the length of each record. It sums the length of each field, and adds an additional byte, which flags whether or not the record is deleted. For example, if the table has two fields, field1 C(20) and field2 C(20), the length of the record is 20+20+1=41.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior1. Create a New table. Add:
2. Verify the length displayed in the status bar of the table structure
Additional reference words: 3.00 VFoxWin
KBCategory: kbtool kbprb
KBSubcategory: FxtoolDbtabledes
|
Last Reviewed: May 1, 1996 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |