cancel
Showing results for 
Search instead for 
Did you mean: 

How to use reports created with Visual Studio under Java ?

Former Member
0 Kudos

Hello,

We use Visual Studio 2008 with the Crystal Report plugin.

We have lots of reports created this way that works fine.

But now we create a java version of our soft and we would like to reuse the same reports.

Our tests lead to problems concerning, mainly, the "null" detection :

"IsNull" returns true when called from our .NET software and false when called from our Java software.

(we also encountered a problem with a sum field that results in a sum under .NET and a count under Java ... with the same rpt !)

We need help about this issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Am I the only one to face this issue ?