DOC: Picture's Caption Different from Example's Caption

ID: Q135515

3.00 WINDOWS kbref kbdocerr

The information in this article applies to:

  • Microsoft Visual FoxPro for Windows, version 3.0

SUMMARY

Page 347 in the Developer's Guide shows a picture of a toolbar with a caption of "Desktop Attributes." Following the toolbar is a code example to create the pictured toolbar. However, the code example's caption for the toolbar is "Form Attributes" instead of "Desktop Attributes."

This documentation error has been fixed in Visual FoxPro 5.0 for Windows.

MORE INFORMATION

To have the code example produce the pictured toolbar, change:

   Caption = "Form Attributes"

to:

   Caption = "Desktop Attributes"

KBCategory: kbref kbdocerr KBSubcategory: FxotherDochelp Additional reference words: docerr 3.00 VFoxWin 5.00
Keywords          : kbdocfix FxotherDochelp 
Version           : 3.00
Platform          : WINDOWS


Last Reviewed: May 13, 1998
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.