RE: VFP9 String too long

2008-10-08 Thread Sietse Wijnker
Hi, So if I'm reading your code correct you're adding the current content of the wofhist memofield twice? Repla wofhist With !!wofhist + /!! Inv # +Alltrim(Str(thinv))+' on '+Dtoc(invdate) + Chr(13) !! AddIt /!! Regards, Sietse SW-Software -Oorspronkelijk bericht- Van: [EMAIL

Re: VFP9 String too long

2008-10-07 Thread Michael Madigan
To prevent that from happening, I would put a substr() of the memo field so the string never goes over 254. Be careful with memo corruption, it could mean that you're having a hardware issue or your write cache is turned on. --- On Tue, 10/7/08, Sytze de Boer [EMAIL PROTECTED] wrote: From:

Re: VFP9 String too long

2008-10-07 Thread Michael Madigan
To prevent that from happening, I would put a substr() of the memo field so the string never goes over 254. Be careful with memo corruption, it could mean that you're having a hardware issue or your write cache is turned on. --- On Tue, 10/7/08, Sytze de Boer [EMAIL PROTECTED] wrote: From: