Forum Replies Created

Viewing 9 posts - 5,581 through 5,590 (of 5,590 total)

  • RE: Is it possible to print a report without displaying it?

    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...

  • RE: Problem setting parameters with ReportViewer

    Okay, I got it working.

    It should have been:

    Microsoft.Reporting.WinForms.ReportParameter[] Param = new Microsoft.Reporting.WinForms.ReportParameter[1];

    WayneS (4/14/2008)


    I'm not a C# expert either... 🙁

    this gets me the error:

    Syntax error, bad array declarator. To declare a...

  • RE: Problem setting parameters with ReportViewer

    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...

  • RE: Need help denormalizing query for a report

    Thanks Mark, this works really nice.

    Mark (4/10/2008)


    Try this

    with cte as (

    select GroupColumnA,

    GroupColumnB,

    GroupColumnC,

    ...

  • RE: Need help denormalizing query for a report

    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...

  • RE: Storage Size

    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...

  • RE: The Remote Life

    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...

  • RE: Easy Listening

    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...

  • RE: Home Sweet Home

    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...

Viewing 9 posts - 5,581 through 5,590 (of 5,590 total)