The information in this article applies to:
Information from a Microsoft FoxPro database file can be converted for use in the print merge feature of Microsoft Word versions 1.x, 2.0, and 6.0 for Windows. NOTE: Memo fields convert as blank fields. If the data in the memo field is required for the print merge, you must write a program to convert the data. Only Word versions 1.x and 2.x for Windows require that memo fields be converted. Word Version 1.xTo convert a FoxPro database for use with a print merge in Word version 1.x for Windows, issue the following commands in the FoxPro Command window:
Here <database> is the name of the existing database and
<newfilename> is the name of the intermediate format file. FoxPro
automatically appends the .DBF extension to the filename.
Word Version 2.0To convert a FoxPro database for use with a print merge in Word version 2.0 for Windows, issue the following commands in the FoxPro Command window:
where <database> is the name of the existing database and
<newfilename> is the name of the intermediate format file. FoxPro
automatically appends the .DBF extension to the filename.
Word Version 6.0In Word version 6.0, you can use ODBC to directly read in the FoxPro database.NOTE: See Q157767 for information on downloading the ODBC driver for Visual FoxPro.
REFERENCESFor additional information, please see the following article in the Microsoft Knowledge Base: Q157767 PATCH: Vfpodbc5.exe Visual FoxPro ODBC Driver Version 5.0 Additional query words: kbvfp300 kbvfp500 kbvfp600 kbodbc
Keywords : kbVFp FoxDos FoxWin FxinteropOdbc |
Last Reviewed: August 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |