Viewing 8 posts - 1 through 8 (of 8 total)
That worked. I can't thank you enough!
May 30, 2012 at 3:16 pm
<input type="hidden" name="notes" value="<%=Replace(Request.form("notes"), "", """")%>">
Here's the text entered into the "notes" field: steve's notes go "here"
Is the single quote in steve's causing the issue?
Thank you.
May 30, 2012 at 2:01 pm
here's the html source after updating per your suggestion:
<input type="hidden" name="notes" value="steve's notes go "here"">
Same truncation problem. Any other ideas?
Thank you!
May 30, 2012 at 1:48 pm
Thank you for your suggestion.
Here's what I've done to the update page:
cmd.Parameters(1) = Replace(Request.form("notes"),""", """")
but it results in an asp error:
Microsoft VBScript compilation error '800a0409'
Unterminated string constant...
May 30, 2012 at 12:05 pm
The asp code is pretty simple. I have three .asp files involved: the form itself, a confirmation page and a file that updates the database, then redirects the user...
May 30, 2012 at 10:56 am
Have done what you suggest, still have the issue. It looks like my problem is occurring BEFORE the database update. Here's my code, slightly edited from yours, to...
May 24, 2012 at 12:38 pm
Thanks for your suggestion, but I really don't understand your link's contents.
Here's some additional info:
1. textarea field named NOTES input example: steve's notes go "here"
2. .asp page that updates...
May 24, 2012 at 9:23 am
Lutzm,
Still testing but it looks nearly perfect!
I just need a couple more things:
How do I insert the results into a new table (or update the account fields in the existing...
December 9, 2011 at 12:15 pm
Viewing 8 posts - 1 through 8 (of 8 total)