Click here to Skip to main content
15,905,028 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What was supposed to be a nice evening at my parents turned into horror... Pin
Sander Rossel16-Jun-18 0:55
professionalSander Rossel16-Jun-18 0:55 
GeneralRe: What was supposed to be a nice evening at my parents turned into horror... Pin
Ryan Peden15-Jun-18 7:05
professionalRyan Peden15-Jun-18 7:05 
GeneralRe: What was supposed to be a nice evening at my parents turned into horror... Pin
Sander Rossel16-Jun-18 0:55
professionalSander Rossel16-Jun-18 0:55 
GeneralRe: What was supposed to be a nice evening at my parents turned into horror... Pin
R. Giskard Reventlov15-Jun-18 7:34
R. Giskard Reventlov15-Jun-18 7:34 
GeneralRe: What was supposed to be a nice evening at my parents turned into horror... Pin
Sander Rossel16-Jun-18 0:54
professionalSander Rossel16-Jun-18 0:54 
GeneralRe: What was supposed to be a nice evening at my parents turned into horror... Pin
R. Giskard Reventlov16-Jun-18 3:59
R. Giskard Reventlov16-Jun-18 3:59 
GeneralRe: What was supposed to be a nice evening at my parents turned into horror... Pin
Gary Wheeler15-Jun-18 7:34
Gary Wheeler15-Jun-18 7:34 
GeneralRe: What was supposed to be a nice evening at my parents turned into horror... Pin
Sander Rossel16-Jun-18 0:53
professionalSander Rossel16-Jun-18 0:53 
Yes, it's really that bad if you're a programmer.
The designer works well enough.
You install CR and you can create beautiful reports, even if you're not a programmer (which is exactly the problem).
But as soon as you need to implement it in your software you're in for a world of pain.

I once had a piece of code that worked, I was setting some properties and then printed the report.
Or at least I thought it worked, until we had two tables with the same name, but in different schema's.
Turned out one of the properties I set made CR forget the schema.
I had to drill into a whole new API just to set the schema.
Also, changing the order in which I set the properties made a huge difference.
Setting A then B resulted in a working report, doing it the other way around made the report forget it's table names, schema's, everything.

And then there's the issue of getting it to work on the computers of people who don't have CR installed...
It's all old COM stuff, so they need to install something, but neither the website nor the documentation are very clear on what that is.
I believe it also matters if you build x86 or x64 and which runtime you install.

All things considering, avoid it like the plague.
Why we still use it is because programmers don't make the choice, but the business does.

GeneralPatience, young padwan - patience. PinPopular
OriginalGriff14-Jun-18 22:01
mveOriginalGriff14-Jun-18 22:01 
GeneralRe: Patience, young padwan - patience. Pin
PeejayAdams14-Jun-18 22:08
PeejayAdams14-Jun-18 22:08 
GeneralRe: Patience, young padwan - patience. Pin
CodeWraith14-Jun-18 22:09
CodeWraith14-Jun-18 22:09 
GeneralRe: Patience, young padwan - patience. Pin
Sander Rossel14-Jun-18 22:18
professionalSander Rossel14-Jun-18 22:18 
GeneralRe: Patience, young padwan - patience. Pin
CodeWraith14-Jun-18 22:27
CodeWraith14-Jun-18 22:27 
GeneralRe: Patience, young padwan - patience. Pin
stoneyowl215-Jun-18 2:52
stoneyowl215-Jun-18 2:52 
GeneralRe: Patience, young padwan - patience. Pin
Foothill15-Jun-18 3:15
professionalFoothill15-Jun-18 3:15 
GeneralRe: Patience, young padwan - patience. Pin
OriginalGriff15-Jun-18 5:29
mveOriginalGriff15-Jun-18 5:29 
GeneralRe: Patience, young padwan - patience. Pin
stoneyowl215-Jun-18 7:52
stoneyowl215-Jun-18 7:52 
GeneralRe: Patience, young padwan - patience. Pin
pkfox14-Jun-18 22:33
professionalpkfox14-Jun-18 22:33 
GeneralRe: Patience, young padwan - patience. Pin
Eric Lynch15-Jun-18 0:39
Eric Lynch15-Jun-18 0:39 
GeneralRe: Patience, young padwan - patience. Pin
den2k8815-Jun-18 3:15
professionalden2k8815-Jun-18 3:15 
GeneralRe: Patience, young padwan - patience. Pin
David Crow15-Jun-18 3:22
David Crow15-Jun-18 3:22 
GeneralRe: Patience, young padwan - patience. Pin
OriginalGriff15-Jun-18 5:31
mveOriginalGriff15-Jun-18 5:31 
GeneralRe: Patience, young padwan - patience. Pin
Gary Wheeler15-Jun-18 7:38
Gary Wheeler15-Jun-18 7:38 
GeneralRe: Patience, young padwan - patience. Pin
OriginalGriff15-Jun-18 7:46
mveOriginalGriff15-Jun-18 7:46 
GeneralRe: Patience, young padwan - patience. Pin
Gary Wheeler15-Jun-18 7:53
Gary Wheeler15-Jun-18 7:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.