PC Review


Reply
Thread Tools Rate Thread

Crystal report - suppresion formulas

 
 
=?Utf-8?B?R2Vvcmdlc3M=?=
Guest
Posts: n/a
 
      25th Feb 2004
Hi
I have a problem with a crystal reports viewer I have developed with VS.Net 2003. Everything was working fine until I tried to view reports with suppression formulas...
Eg. suppress (no Drill Down) group header 3 when: DrillDownGroupLevel <
this formula should return True or false and work fine when I run it in crystal report v9
but with the viewer I get the error message

"Error in File ReportPath\ReportName.rp
Error in formula <Section_Visibility<
'DrillDownGroupLevel < 1
The remaining text does not appear to be part of the formula

I am desperate for some help as I can't figure out what is wrong...
Any comments or suggestions would be welcome

Thank you

 
Reply With Quote
 
 
 
 
Bernie Yaeger
Guest
Posts: n/a
 
      26th Feb 2004
Hi Georgess,

How are you calling the report? Is it via
CrystalReportViewer1.ReportSource = "c:\testplace\thereportfilename.rpt"

If not, your vb .net app may be calling the internal visual studio version,
which may not recognize that formula.

HTH,

Bernie Yaeger



"Georgess" <(E-Mail Removed)> wrote in message
news:F715AEBE-2392-477C-8989-(E-Mail Removed)...
> Hi,
> I have a problem with a crystal reports viewer I have developed with

VS.Net 2003. Everything was working fine until I tried to view reports with
suppression formulas...
> Eg. suppress (no Drill Down) group header 3 when: DrillDownGroupLevel < 1
> this formula should return True or false and work fine when I run it in

crystal report v9.
> but with the viewer I get the error message:
>
> "Error in File ReportPath\ReportName.rpt
> Error in formula <Section_Visibility<,
> 'DrillDownGroupLevel < 1'
> The remaining text does not appear to be part of the formula"
>
> I am desperate for some help as I can't figure out what is wrong...
> Any comments or suggestions would be welcome.
>
> Thank you.
>



 
Reply With Quote
 
=?Utf-8?B?R2Vvcmdlcw==?=
Guest
Posts: n/a
 
      26th Feb 2004
Hi Bernie
yes I am using
CrystalReportViewer1.ReportSource = "c:\testplace\thereportfilename.rpt
The report is selected OK and I get prompt for parameters if any but the problem is when I have suppress condition formulas for section using DrillDownGroupLevel function
I don't know how to get around this
Any help would be much appreciated
Thanks
Georges
 
Reply With Quote
 
Bernie Yaeger
Guest
Posts: n/a
 
      26th Feb 2004
Hi Georges,

Two questions:

1. was the report created outside vs .net or inside the IDE?
2. can you send me a copy, via email, of the report?

Bernie

"Georges" <(E-Mail Removed)> wrote in message
news:F8E833C2-D7D0-4BFF-B355-(E-Mail Removed)...
> Hi Bernie,
> yes I am using
> CrystalReportViewer1.ReportSource = "c:\testplace\thereportfilename.rpt"
> The report is selected OK and I get prompt for parameters if any but the

problem is when I have suppress condition formulas for section using
DrillDownGroupLevel function.
> I don't know how to get around this.
> Any help would be much appreciated.
> Thanks,
> Georges



 
Reply With Quote
 
=?Utf-8?B?R2Vvcmdlcw==?=
Guest
Posts: n/a
 
      1st Mar 2004


Hi Bernie,

I tried to use reports created outside vs.net and they work when I don't use the function DrillDownGroupLevel.
I tried to create reports from inside the IDE with vs.net and they work as long as I don't use the function DrillDownGroupLevel.

I can't find an update for the crystal report viewer component in vs.net... this is a big problem as most of our new reports will be using the drilldowngrouplevel function.

Could you give me your email address so I can send you a sample report which works with the XTreme database.

Thanks for your help,
Georges


----- Bernie Yaeger wrote: -----

Hi Georges,

Two questions:

1. was the report created outside vs .net or inside the IDE?
2. can you send me a copy, via email, of the report?

Bernie

"Georges" <(E-Mail Removed)> wrote in message
news:F8E833C2-D7D0-4BFF-B355-(E-Mail Removed)...
> Hi Bernie,
> yes I am using
> CrystalReportViewer1.ReportSource = "c:\testplace\thereportfilename.rpt"
> The report is selected OK and I get prompt for parameters if any but the

problem is when I have suppress condition formulas for section using
DrillDownGroupLevel function.
> I don't know how to get around this.
> Any help would be much appreciated.
> Thanks,
> Georges




 
Reply With Quote
 
Bernie Yaeger
Guest
Posts: n/a
 
      1st Mar 2004
Hi Georges,

My email address is (E-Mail Removed).

Bernie

"Georges" <(E-Mail Removed)> wrote in message
news:81E90FC2-0609-4C68-B362-(E-Mail Removed)...
>
>
> Hi Bernie,
>
> I tried to use reports created outside vs.net and they work when I don't

use the function DrillDownGroupLevel.
> I tried to create reports from inside the IDE with vs.net and they work as

long as I don't use the function DrillDownGroupLevel.
>
> I can't find an update for the crystal report viewer component in

vs.net... this is a big problem as most of our new reports will be using the
drilldowngrouplevel function.
>
> Could you give me your email address so I can send you a sample report

which works with the XTreme database.
>
> Thanks for your help,
> Georges
>
>
> ----- Bernie Yaeger wrote: -----
>
> Hi Georges,
>
> Two questions:
>
> 1. was the report created outside vs .net or inside the IDE?
> 2. can you send me a copy, via email, of the report?
>
> Bernie
>
> "Georges" <(E-Mail Removed)> wrote in message
> news:F8E833C2-D7D0-4BFF-B355-(E-Mail Removed)...
> > Hi Bernie,
> > yes I am using
> > CrystalReportViewer1.ReportSource =

"c:\testplace\thereportfilename.rpt"
> > The report is selected OK and I get prompt for parameters if any

but the
> problem is when I have suppress condition formulas for section using
> DrillDownGroupLevel function.
> > I don't know how to get around this.
> > Any help would be much appreciated.
> > Thanks,
> > Georges

>
>
>



 
Reply With Quote
 
Marcus
Guest
Posts: n/a
 
      9th Mar 2004
Did you guys manage to fix this? I have the same problem and would be
grateful for any help you could provide.

Regards,

Marcus.


"Bernie Yaeger" <(E-Mail Removed)> wrote in message news:<#vl3o15$(E-Mail Removed)>...
> Hi Georges,
>
> My email address is (E-Mail Removed).
>
> Bernie
>
> "Georges" <(E-Mail Removed)> wrote in message
> news:81E90FC2-0609-4C68-B362-(E-Mail Removed)...
> >
> >
> > Hi Bernie,
> >
> > I tried to use reports created outside vs.net and they work when I don't

> use the function DrillDownGroupLevel.
> > I tried to create reports from inside the IDE with vs.net and they work as

> long as I don't use the function DrillDownGroupLevel.
> >
> > I can't find an update for the crystal report viewer component in

> vs.net... this is a big problem as most of our new reports will be using the
> drilldowngrouplevel function.
> >
> > Could you give me your email address so I can send you a sample report

> which works with the XTreme database.
> >
> > Thanks for your help,
> > Georges
> >
> >
> > ----- Bernie Yaeger wrote: -----
> >
> > Hi Georges,
> >
> > Two questions:
> >
> > 1. was the report created outside vs .net or inside the IDE?
> > 2. can you send me a copy, via email, of the report?
> >
> > Bernie
> >
> > "Georges" <(E-Mail Removed)> wrote in message
> > news:F8E833C2-D7D0-4BFF-B355-(E-Mail Removed)...
> > > Hi Bernie,
> > > yes I am using
> > > CrystalReportViewer1.ReportSource =

> "c:\testplace\thereportfilename.rpt"
> > > The report is selected OK and I get prompt for parameters if any

> but the
> > problem is when I have suppress condition formulas for section using
> > DrillDownGroupLevel function.
> > > I don't know how to get around this.
> > > Any help would be much appreciated.
> > > Thanks,
> > > Georges

> >
> >
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to have access to the fields in the crystal report using VB.NET (outside the design of the crystal report) with SQL statements? amiga500@gmail.com Microsoft Dot NET 0 24th Oct 2007 04:38 PM
Sending Crystal Report to Network Print Mailbox While Bypassing Crystal Report Viewer. John Smith Microsoft VB .NET 0 17th Jan 2007 04:17 PM
Change Crystal Report Zoom Level using percentages in Crystal Report Viewer (Dotnet) Alex Stevens Microsoft Dot NET Framework Forms 1 30th Jun 2004 12:34 PM
Change Crystal Report Zoom Level using percentages in Crystal Report Viewer (Dotnet) Alex Stevens Microsoft Dot NET 1 30th Jun 2004 12:34 PM
Crystal Viewer - suppresion formulas =?Utf-8?B?R2Vvcmdlcw==?= Microsoft Dot NET Framework Forms 0 25th Feb 2004 02:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:40 AM.