Re: CR.NET 2003 viewer event handlers



Cool. I haven't tried it yet myself. I just had other people tell me it
works well.


Brian Bischof
www.CrystalReportsBook.com


"Darren" <deo.is@xxxxxxxxxxx> wrote in message
news:eBbvieOfFHA.460@xxxxxxxxxxxxxxxxxxxxxxx
> Thanks a bunch.
>
> It looks like a single call to the viewer's ShowFirstPage method will wait
> until the report has been displayed.
>
>
> "Brian Bischof" <Brian@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:%23%23QnvQOfFHA.2472@xxxxxxxxxxxxxxxxxxxxxxx
> > There is no event for this. What you need to do is after setting the
> > ReportSource property, is do a LastPage, FirstPage method. This forces
the
> > app to wait till the report has been displayed before moving to the last
> > page.
> >
> > HTH,
> >
> > Brian Bischof
> > www.CrystalReportsBook.com
> >
> >
> >
> >
> > "Darren" <deo.is@xxxxxxxxxxx> wrote in message
> > news:%23jAb0SNfFHA.2840@xxxxxxxxxxxxxxxxxxxxxxx
> > > I'm trying to figure out the event handler to use to tell when the
> report
> > > has been displayed.
> > > At the least I want to change a wait cursor back to an arrow after the
> > > report is ready. Ideally I'd like to implement progress bar but I
> didn't
> > > see any progress feedback handlers.
> > >
> > > Since the reports I'm running take a while to calculate, the viewer
> shows
> > an
> > > empty page for a minute or two and the user has no idea something
> > happening.
> > >
> > > I tried the Navigate event handler but it fires as soon as the viewer
is
> > > displayed.
> > >
> > >
> > >
> > >
> >
> >
>
>


.



Relevant Pages

  • Re: PLEASE HELP CRYSTAL REPORTS .NET ERROR
    ... > Group header 2 ... > "Brian Bischof" wrote in message ... adding a Command requires entering the FULL sql statement (which ... >> 4) Bind the Dataset to the report using the SetDataSourcemethod ...
    (microsoft.public.vb.crystal)
  • Re: SpecialVarFieldDefinition
    ... Brian Bischof ... >> the report in the viewer, calling ShowLastPage() and then calling ... >> the viewer or see the pages bouncing around, ...
    (microsoft.public.vb.crystal)
  • CR.NET 2003 viewer event handlers
    ... I'm trying to figure out the event handler to use to tell when the report ... see any progress feedback handlers. ... I tried the Navigate event handler but it fires as soon as the viewer is ...
    (microsoft.public.vb.crystal)
  • Re: labels
    ... "Brian Bischof" wrote in message ... > to skip a certain number of labels at the beginning of the report (to skip ... > over labels already used). ... > "Bob Holmes" wrote in message ...
    (microsoft.public.vb.crystal)
  • Re: Newbie Q - Dynamic Reports
    ... > the report at runtime. ... >> You have to get creative with your SQL statements. ... >> HTH, ... >> Brian Bischof ...
    (microsoft.public.vb.crystal)

Loading