DOC: Picture's Caption Different from Example's Caption (135515)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 3.0

This article was previously published under Q135515

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"
				

Modification Type:MajorLast Reviewed:2/15/2000
Keywords:kbdocfix KB135515