cruisin
Posts: 31
|
| Posted: 06/09/2004, 6:50 AM |
|
After upgrading I'm finding records with memo fields are not working correctly. I'm getting a method not supported error relative to the following Classes entry which is new.
Case ccsText, ccsMemo
Result = CStr(Value)
If CStr(Result) <> "" Then Result = Connection.EscapeChars(Result)
Suggestions?
|
 |
 |
peterr
Posts: 5971
|
| Posted: 06/09/2004, 12:12 PM |
|
I'd suggest http://support.codecharge.com
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
cruisin
Posts: 31
|
| Posted: 06/10/2004, 6:42 PM |
|
I found the cause. When an existing project gets updated, the function escapeChar ( Near line 230 on the common.asp ) is not created in the new common file. I generated a new project, did a little looking. Cut and pasted and I was back in business.
|
 |
 |
|