DOCERR: Visual FoxPro 5.0 AFIELDS() Remark Help Topic Outdated

Last reviewed: October 29, 1996
Article ID: Q156871
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 5.0

SUMMARY

The first paragraph of the Remarks section of the Help topic "AFIELDS()" describes the array generated by the AFIELDS() function as containing 11 columns and as many rows as there are fields in the table. The correct number of columns for Visual FoxPro 5.0 is 16.

The statement in the Remarks section is a duplicate of the Help topic paragraph found in Visual FoxPro version 3.0b. However, it contradicts the information in the Arguments section of the AFIELDS() topic, which describes the elements of the array.

MORE INFORMATION

The AFIELDS() function of Microsoft Visual FoxPro 5.0 for Windows provides more information about the structure of a table than was available previously. The resulting array contains five additional columns recording the following:

   Column 12 - the long file name of the table
   Column 13 - any 'Insert' trigger expression
   Column 14 - any 'Update' trigger expression
   Column 15 - any 'Delete' trigger expression
   Column 16 - any table comment


KBCategory: kbprg kbdocerr
KBSubcategory: FxotherDochelp
Additional reference words: 5.00 kbdsd VFoxWin



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 29, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.