Viewing 15 posts - 11,806 through 11,820 (of 15,381 total)
SQLDCH (5/30/2012)
I enjoy a 'Clausthaler' every so often. I bet I'm one of the few on this site.
This one could be disqualified because it is a non-alcoholic beer, or...
May 30, 2012 at 2:39 pm
Koen Verbeeck (5/30/2012)
GilaMonster (5/30/2012)
I have a good beer bread recipe if anyone want... 😉 :hehe:
Why not 🙂
In Belgium we have quite a lot of recipes with beer. Never heard one...
May 30, 2012 at 2:35 pm
Guinness is my personal favorite. I have had hundreds and hundreds of different beers but none seem to captivate my taste buds as well as that dark creamy goodness. I...
May 30, 2012 at 2:33 pm
Oh geez...it has been awhile since I dealt with this stuff. :blush:
You have to encode your data prior to using it inside an attribute.
Try this.
<input type="text" name="MyVal" value="<%=server.HTMLEncode(request.form("notes"))%>" />
May 30, 2012 at 2:25 pm
steveg-941384 (5/30/2012)
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!
Can you post the code that you used...
May 30, 2012 at 1:52 pm
From what you posted I can't even begin to help. You have a number of tables and functions that I have no idea what they look like. Remember I can't...
May 30, 2012 at 1:32 pm
Thanks for the ddl. You really don't need a loop for this insert. Use the tally table from the link I sent you and your entire loop becomes this.
create procedure...
May 30, 2012 at 1:29 pm
How are you getting this parameter? Is it like a comma separated list?
May 30, 2012 at 1:09 pm
<input type="hidden" name="notes" value="<%=Replace(Request.form("notes"), "", """")%>">
I think that should be close. You don't want to do that in your parameter or it will replace in the value which is not...
May 30, 2012 at 12:31 pm
steveg-941384 (5/30/2012)
The confirmation page contains <textarea cols="40" rows="5" readonly><%=Request.form("notes")%></textarea> to properly show the double quotes within a text area. This page also...
May 30, 2012 at 11:42 am
what is the error. I think that to get days in SSRS you should use "d" instead of "day".
May 30, 2012 at 10:31 am
HI an welcome to SSC. I could help you with this but it is very unclear what you are trying to do. It looks a number of insert statements? You...
May 30, 2012 at 8:58 am
WILLIAM MITCHELL (5/30/2012)
"IDENT_CURRENT returns the last identity value generated for a specific table in any session and any scope...When the IDENT_CURRENT value is NULL (because the table has...
May 30, 2012 at 8:01 am
As stated above you need to provide some consumable ddl (create table statements), sample data (insert statements) and desired output. There is little anybody can do to help until everyone...
May 30, 2012 at 7:49 am
nigluc (5/30/2012)
I need to calculate retro worked days. I have built a program to generate the worked days of a present pay period for a particular work contract. Now...
May 30, 2012 at 7:45 am
Viewing 15 posts - 11,806 through 11,820 (of 15,381 total)