Date:  12/11/2004 08:22:50 PM Msg ID:  002369
From:  FoxWeb Support Thread:  002368
Subject:  Re: missing data
There's nothing specific to FoxWeb when it comes to capabilities of VFP commands.  FoxWeb channels use the native VFP engine, so if COPY in VFP can export more than 16,385 records, so can it do in FoxWeb scripts.
 
Could it be that your script is timing out?  You may want to add an action after the COPY command to verify that the channel is not being killed.  You can also check the file fwstart.log for channel restart messages.

FoxWeb Support Team
support@foxweb.com email

Sent by Richard on 12/11/2004 07:03:31 AM:
When I use Copy To or Export to Type XLS l am only able to copy 16,384 records then it stops I don't see anything in the documentation about any limit. If I copy to using  Type CVS I get the whole file. Am I missing something?
Thanks for your help