Microsoft KB Archive/103613

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:41, 20 July 2020 by X010 (talk | contribs) (Text replacement - ">" to ">")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PRB: Problems w/ REPORT FORM <Report> TO <File> in Windows 3.1

ID: Q103613

2.50 WINDOWS kbprg kbprb

The information in this article applies to:

  • Microsoft FoxPro for Windows, versions 2.5 and 2.5a

SYMPTOMS

When you are sending output from a report to a file with the command

   REPORT FORM <report> TO <file>

the maximum size of the file, drive letter, path and filename, can be only 31 characters long (the actual limit is 32 characters, but the last character is a null).

CAUSE

This behavior is a limitation of Windows 3.1.

RESOLUTION

Change the default directory to the directory you want the output file to go in, and then use the filename with no path.

-or-

Shorten the filename as much as possible. For example, instead of BIGTEST.TXT, name your file B.TXT.

Additional reference words: FoxWin 2.50 truncated cut off file names KBCategory: kbprg kbprb KBSubcategory: FxprgGeneral

Keywords          : FxprgGeneral 
Version           : 2.50
Platform          : WINDOWS

Last Reviewed: April 30, 1996
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.