Microsoft KB Archive/103613: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - ">" to ">")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{|
{|
|width="100%"|
|width="100%"|
= PRB: Problems w/ REPORT FORM <Report> TO <File> in Windows 3.1 =
= PRB: Problems w/ REPORT FORM <Report> TO <File> in Windows 3.1 =


'''ID: Q103613'''
'''ID: Q103613'''
Line 15: Line 15:
When you are sending output from a report to a file with the command
When you are sending output from a report to a file with the command


<pre>  REPORT FORM &lt;report&gt; TO &lt;file&gt;
<pre>  REPORT FORM <report> TO <file>
</pre>
</pre>
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).
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).

Latest revision as of 17:41, 20 July 2020

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.