So I inherited this project...
-
VB.NET (Option Strict Off, basically meaning everything is an implicit cast), 1-layered architecture (that layer is the WinForm), doesn't build because it's missing CrystalDecisions.CrystalReports... Do I need to go on? :sigh:
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
Sander Rossel wrote:
Option Strict Off
You already had my complete sympathy at that point. ... and then you mentioned Crystal. :wtf: :wtf: :wtf: High time we all had a whip-round for Sander, I feel. How can we sleep at night if we fail to save him from this?
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
PeejayAdams wrote:
How can we sleep at night if we fail to save him from this?
You thought YOU had trouble sleeping at night? :laugh:
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
For a small fee I'll pass it on to you :-\
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
I had one of those a few weeks ago. Cept it was my old project (been here a long time) and it was web based. Since Crystal is on the decline here (only a couple of reports left), it was easier to redo in C# and current CrystalDecisions dll's
Jack of all trades, master of none, though often times better than master of one.
What do you use as an alternative to Crystal? Where I'm from, people work with the Crystal designer because it's relatively easy to use and you don't need programmers to create reports.
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
Wooooo, the Dark Crystal again X|
"Crystal Reports, with their hard and twisted bodies, their harsh and twisted wills. For a thousand years they have ruled. Yet now, there are only ten: a dying race, ruled by a dying Emperor, imprisoned within themselves in a dying land."
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
What do you use as an alternative to Crystal? Where I'm from, people work with the Crystal designer because it's relatively easy to use and you don't need programmers to create reports.
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Wrong is evil and must be defeated. - Jeff Ello
-
VB.NET (Option Strict Off, basically meaning everything is an implicit cast), 1-layered architecture (that layer is the WinForm), doesn't build because it's missing CrystalDecisions.CrystalReports... Do I need to go on? :sigh:
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Sander Rossel wrote:
VB.NET (Option Strict Off, basically meaning everything is an implicit cast),
I thought you were used to Javascript.
Wrong is evil and must be defeated. - Jeff Ello
-
VB.NET (Option Strict Off, basically meaning everything is an implicit cast), 1-layered architecture (that layer is the WinForm), doesn't build because it's missing CrystalDecisions.CrystalReports... Do I need to go on? :sigh:
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Coders hate this one weird trick to create perfect apps!!!!*
On Error Resume Next
stick it everywhere there is a
Try ... Catch
* also known as "Make it even worse for the next sucker developer"Sent from my Amstrad PC 1640 Never throw anything away, Griff Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!
-
The language is the least of my worries (having to install Crystal Reports is far more damaging) :~ Anyway, a job is a job and this is a nice opportunity to reel in a nice customer later this year (or early next year) and bring them to Azure :D
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Sander Rossel wrote:
having to install Crystal Reports is far more damaging
Two letters: 'V' & 'M' You know it makes sense! :-D
Sent from my Amstrad PC 1640 Never throw anything away, Griff Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!
-
VB.NET (Option Strict Off, basically meaning everything is an implicit cast), 1-layered architecture (that layer is the WinForm), doesn't build because it's missing CrystalDecisions.CrystalReports... Do I need to go on? :sigh:
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Why you always win the lottery ? :doh:
In Word you can only store 2 bytes. That is why I use Writer.
-
Sander Rossel wrote:
VB.NET (Option Strict Off, basically meaning everything is an implicit cast),
I thought you were used to Javascript.
Wrong is evil and must be defeated. - Jeff Ello
I am, just not in my .NET code :)
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
Coders hate this one weird trick to create perfect apps!!!!*
On Error Resume Next
stick it everywhere there is a
Try ... Catch
* also known as "Make it even worse for the next sucker developer"Sent from my Amstrad PC 1640 Never throw anything away, Griff Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!
Nice, I tried it and all my errors disappeared :thumbsup: Maybe make this into a tip/trick? :laugh:
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
Wrong is evil and must be defeated. - Jeff Ello
I've used their WinForms controls in the past. Great controls and great support, I might check this out for future work :thumbsup:
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
I've used their WinForms controls in the past. Great controls and great support, I might check this out for future work :thumbsup:
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Sander Rossel wrote:
Great controls and great support
My verdict as well.
Wrong is evil and must be defeated. - Jeff Ello
-
Nice, I tried it and all my errors disappeared :thumbsup: Maybe make this into a tip/trick? :laugh:
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Tip? Nah ... that's a reference :laugh:
Sent from my Amstrad PC 1640 Never throw anything away, Griff Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!
-
>> So I inherited this Project
Sander Rossel wrote:
Stop right there. Give it back. Problem solved.
-
VB.NET (Option Strict Off, basically meaning everything is an implicit cast), 1-layered architecture (that layer is the WinForm), doesn't build because it's missing CrystalDecisions.CrystalReports... Do I need to go on? :sigh:
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
"I say we take off and nuke the entire site from orbit. It's the only way to be sure." :-D
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
For a small fee I'll pass it on to you :-\
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
You should pay lw@zi for toxic waste disposal!
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
"I say we take off and nuke the entire site from orbit. It's the only way to be sure." :-D
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
Sounded familiar, but I still had to Google it :laugh:
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
VB.NET (Option Strict Off, basically meaning everything is an implicit cast), 1-layered architecture (that layer is the WinForm), doesn't build because it's missing CrystalDecisions.CrystalReports... Do I need to go on? :sigh:
Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Oh you poor bugger, I used to be a highly skilled CR developer but when a manager from Crystal called to ask if a problem I had reported 18 months ago was still current I changed to SSRS. Then I delegated all reporting to a junior developer.
Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP