PRB: 'Variable 'TYPE' is not found' err msg using ExportLast reviewed: July 31, 1995Article ID: Q132479 |
The information in this article applies to:
SYMPTOMSOn the File menu, if you click Export to export a Visual FoxPro table to FoxPro version 2.x format, the following error message displays if the COPY TO command is more than 254 characters long:
Variable 'TYPE' is not found CAUSEVisual FoxPro s Export dialog box appears to put the string generated from the COPY TO command into a variable. However, variables can contain up to 254 characters, so the code appears to pull off the last field name from the COPY TO command. The text displayed in the Command window looks something like this: COPY TO d:\vfp\ord FIELDS Orders.order_id,Orders.cust_id,Orders.emp_id, ; Orders.to_name,Orders.to_address,Orders.to_city,Orders.to_region, ; Orders.postalcode,Orders.to_country,Orders.ship_count,Orders.ship_via, ; Orders.order_date,Orders.order_amt,Orders.order_dsc,Orders.order_net, ; Orders. TYPE FOX2X The last field in the ORDERS table is FREIGHT, and the above code shows how the last field name is stripped from the COPY TO command.
WORKAROUNDChoose any one of the following workarounds:
STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |