Mail Merge Wizard's "Other" Word Processor File FormatID: Q114963 The information in this article applies to:
SUMMARYThe Mail Merge Wizard prompts you to select the type of word processor that will use the mail merge data document. If you select Other, FoxPro creates a delimited ASCII text file.
MORE INFORMATIONThe first row of the file consists of the names of the fields, delimited by commas. The subsequent rows contain the table's data, delimited by tabs. In addition, character fields use double quotation marks as text qualifiers. For example, using the INVOICES.DBF table (located in FoxPro's TUTORIAL subdirectory) for the mail merge creates a file whose first row contains the following:
The next row contains the following data:
NOTE: The character string "(tab)" (without the quotation marks) in the
example above represents the actual tab character.
When the wizard prompts you to save this file, the default name supplied is MMRGDATA.TXT. For additional information, please see the following article in the Microsoft Knowledge Base:
Additional reference words: FoxDos FoxWin 2.60
KBCategory: kbtool kbinterop kbprg
KBSubcategory: FxtoolWizother
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |