Date:  01/04/2004 06:06:24 PM Msg ID:  001794
From:  FoxWeb Support Thread:  001793
Subject:  Re: Maximum number of characters
There's no limit on the number of characters you can save to a memo field other than what VFP imposes, which is unlikely to be the problem here.  What's the size of your data?  Also, what do you mean by "having a problem", do you get an error message?  You should make sure that you have the correct input before writing the data to your table.  It's possible that the problem occurs at an earlier stage.  Try using the LEN() function to send the size of your data to the browser.

FoxWeb Support Team
support@foxweb.com email

Sent by Richard Whittlesey on 01/04/2004 05:15:32 PM:
I having a problem trying to save a  large memo field. Is their a limit to the number of characters I can send to the server? If so what is the limit or work around. Great program