DOCUMENT:Q153669 11-JAN-2001 [vbwin] TITLE :DOC: Documented Properties Do Not Exist on DBGrid PRODUCT :Microsoft Visual Basic for Windows PROD/VER:4.0 5.0 OPER/SYS: KEYWORDS:kbVBp400 kbVBp500 ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual Basic Control Creation Edition for Windows, version 5.0 - Microsoft Visual Basic Learning Edition for Windows, version 5.0 - Microsoft Visual Basic Professional Edition for Windows, version 5.0 - Microsoft Visual Basic Enterprise Edition for Windows, version 5.0 - Microsoft Visual Basic Standard Edition, 32-bit, for Windows, version 4.0 - Microsoft Visual Basic Professional Edition, 16-bit, for Windows, version 4.0 - Microsoft Visual Basic Professional Edition, 32-bit, for Windows, version 4.0 - Microsoft Visual Basic Enterprise Edition, 16-bit, for Windows, version 4.0 - Microsoft Visual Basic Enterprise Edition, 32-bit, for Windows, version 4.0 ------------------------------------------------------------------------------- SUMMARY ======= Page 608 of the Visual Basic 4.x Programmers Guide in the Formatting section indicates that: "Each column of the DBGrid control has its own font, border, word-wrap, color, and other attributes that can be set without regard to other columns." This is an error in the documentation. MORE INFORMATION ================ None of the explicitly mentioned properties can be set on a per-column basis. The only properties of the DBGrid that can be set on a per-column basis can be determined as follows: 1. Right-click the DBGrid. 2. Select Properties. 3. On the property sheet, select Columns. REFERENCES ========== Visual Basic 4.0 Programmers Guide, page 608 Visual Basic Programmer's guide, Chapter 14, page 693. Also, if you select a dbgrid on a form and hit the F1 key, you get a Help file that contains the erratum. ====================================================================== Keywords : kbVBp400 kbVBp500 Technology : kbVBSearch kbAudDeveloper kbZNotKeyword6 kbZNotKeyword2 kbVB500Search kbVBA500Search kbVBA500 kbVB500 kbVB400Search kbVB400 kbZNotKeyword3 kbVB16bitSearch Version : 4.0 5.0 ============================================================================= 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. Copyright Microsoft Corporation 2001.