Viewing 9 posts - 5,581 through 5,590 (of 5,590 total)
This looks very interesting. But it also looks like it only works for networked printers?
It sure would be nice if there was a way to just print to the user's...
April 16, 2008 at 6:52 am
Okay, I got it working.
It should have been:
Microsoft.Reporting.WinForms.ReportParameter[] Param = new Microsoft.Reporting.WinForms.ReportParameter[1];
WayneS (4/14/2008)
this gets me the error:
Syntax error, bad array declarator. To declare a...
April 14, 2008 at 12:11 pm
I'm not a C# expert either... 🙁
this gets me the error:
Syntax error, bad array declarator. To declare a managed array the rank specifier precedes the variable's identifier. To declare a...
April 14, 2008 at 9:15 am
Thanks Mark, this works really nice.
Mark (4/10/2008)
with cte as (
select GroupColumnA,
GroupColumnB,
GroupColumnC,
...
April 14, 2008 at 6:40 am
GSquared (4/9/2008)
Have you looked at Pivot and Unpivot for this?
Yes. Pivot performs an aggregrate on one grouping column and makes a column for each row. Not quite what I need.
I...
April 9, 2008 at 3:09 pm
If you take the statement provided in the QotD and run it to create the table, you will end up with no table and an error message. (the command in...
April 9, 2008 at 9:07 am
Hi Steve,
I just wrapped up an 8 year contract, where I was able to work from home and go in 1 day a week.
While normally I have an introverted personality, I...
March 1, 2007 at 6:32 am
Steve - doesn't Billy Joel, Greatest Hits vol 1 & 2 count as 2? Bringing your total to 6.
I'd rip all by CD's to MP3, and burn all of those...
February 9, 2007 at 4:48 am
I'm a military brat, born overseas, but grew up in Virginia Beach. I now live about 140 miles from VB (but work about 90 miles from there).
Hey Steve, what part...
January 19, 2007 at 10:59 am
Viewing 9 posts - 5,581 through 5,590 (of 5,590 total)