DOC: PUTFILE() Help Topic Says DialogCaption Is at the Top

Last reviewed: January 8, 1997
Article ID: Q138457
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0
  • Microsoft FoxPro for Macintosh, version 2.6a

SUMMARY

The Help topic for PUTFILE() describes the parameters that the function can accept. The Help topic describes the first parameter, cDialogCaption, with the following text:

   Specifies the caption displayed at the top of the Save As dialog box.

If Visual FoxPro is running under an operating system such as Windows 95 or Windows NT that uses Comdlg32.dll, the description (physical location) of the Dialog Caption is incorrect.

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

MORE INFORMATION

When PUTFILE() calls Comdlg32.dll, the physical location of the string affected by the first parameter in PUTFILE() is not at the top of the dialog box produced by Comdlg32.dll as it is in Windows version 3.x and as it is described in the Help file. Instead, it is in the lower-left corner of the dialog box produced by Comdlg32.dll and by default contains a "File name:" string.


KBCategory: kbref kbdocerr kbdocfix
KBSubcategory: FxotherDochelp
Additional reference words: docerr FoxMac VFoxWin 5.00 2.60a 3.00 putfile
win95 win vfp comdlg32 dll


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: January 8, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.