The information in this article applies to:
SYMPTOMSThe Import Wizard in Visual FoxPro fails with the message "No fields were found to copy" when trying to import a Microsoft Excel 5.0 workbook. CAUSEThe active sheet in the workbook is empty. RESOLUTIONMake the sheet with the data to be imported the active sheet when the Excel workbook is saved. STATUSThis behavior is by design. MORE INFORMATION
The Import Wizard looks at only the active sheet in the Excel workbook.
IMPORT FROM abc.xls TYPE XL5 SHEET "Sheet7"You can then issue this command either in the Command window or in a program. REFERENCESVisual FoxPro Help; search on the Import command. Additional query words: kbdsd VFoxWin
Keywords : kbVFp300 kbVFp500 kbVFp600 FxtoolWizother |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |