Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does COPY TO...TYPE XLS have a record limit in 6.0?
Message
 
To
04/10/1999 16:46:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00272470
Message ID:
00275476
Views:
31
Without getting fancy, I sidestepped the problem for a single instance by outputting the file in CSV (Comma Separated Value) comma delimited text format. Any competent Excel user should know how to import it, and if not, it is a fairly easy matter to walk them through it. Just be sure the total number of records doesn't exceed Excel's limits. Also be sure the database has no quote (") characters in any of the field data. That character is used as the text delimiter, and an extra one will throw off the correspondence. (My table used the " character as an 'inch' symbol for a measurement. For a while, we couldn't figure out why many of the fields were messed up.)



Neil Preston


>Hi,
>When I use the COPY TO ... TYPE XLS, it seems that only the first 7000+ records of the table copy. I know there was a limit in Fox 2.6. Is there a record limit in VFP 6.0?
>Thanks,
>John
Previous
Reply
Map
View

Click here to load this message in the networking platform