.NETGURU
search cross_tab report
Messages   Related Types
This message was discovered on ASPFriends.com 'ngfx-crystal' list.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.

Domina Tang
Hi, All

I create a cross_tab crystal report, but when I open the web page, the
search function of crystal report viewer seems not working.

Thanks
Domina

Reply to this message...
 
    
Eric Landes (VIP)
Domina,
Can you post the code you are using to load the report into your viewer?
For instance, are you setting your toolbar to false? ie
CrystalReportViewer1.DisplayToolbar = False

*************************
Eric Landes
Senior Programmer/Analyst member of the ASPFriends.com Moderator team
For Articles on Crystal.Net, Datagrids and more check out
http://www.aspalliance.com/corporatecoder/
*************************
All statements expressed are my own, and do not reflect the opinion of my
employer, unless stated otherwise.

-----Original Message-----
From: Domina Tang [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 8:53 AM
To: ngfx-crystal
Subject: [ngfx-crystal] search cross_tab report

Hi, All

I create a cross_tab crystal report, but when I open the web page, the
search function of crystal report viewer seems not working.

Thanks
Domina

Confidentiality Notice: This e-mail message, including any
attachments, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not
the intended recipient, please contact the sender by reply e-mail and
destroy all copies of the original message.

PARTNERS Health Plan Phone: 574-233-4899
100 E. Wayne St., Suite 502 Fax: 574-234-7484
South Bend, IN 46601 www.partnersindiana.com

Reply to this message...
 
    
Domina Tang
Hi, Eric

I just use default setting for crViewer. The search button does appear on
the toolbox, while press search button, the text is set to 'END OF SEARCH',
but the page is always the first page of whole report.

The code is quite simple like below:
Private Sub Page_Init(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Init
'CODEGEN: This method call is required by the Web Form Designer
'Do not modify it using the code editor.
InitializeComponent()
    
Dim crReport As New StoreSKUYearCompareMHReport()
Me.crViewer.ReportSource = crReport
End Sub

Thanks
Domina

-----Original Message-----
From: Eric Landes [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 2:50 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

Domina,
Can you post the code you are using to load the report into your viewer?
For instance, are you setting your toolbar to false? ie
CrystalReportViewer1.DisplayToolbar = False

*************************
Eric Landes
Senior Programmer/Analyst member of the ASPFriends.com Moderator team
For Articles on Crystal.Net, Datagrids and more check out
http://www.aspalliance.com/corporatecoder/
*************************
All statements expressed are my own, and do not reflect the opinion of my
employer, unless stated otherwise.

-----Original Message-----
From: Domina Tang [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 8:53 AM
To: ngfx-crystal
Subject: [ngfx-crystal] search cross_tab report

Hi, All

I create a cross_tab crystal report, but when I open the web page, the
search function of crystal report viewer seems not working.

Thanks
Domina

Confidentiality Notice: This e-mail message, including any
attachments, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not
the intended recipient, please contact the sender by reply e-mail and
destroy all copies of the original message.

PARTNERS Health Plan Phone: 574-233-4899
100 E. Wayne St., Suite 502 Fax: 574-234-7484
South Bend, IN 46601 www.partnersindiana.com

| [ngfx-crystal] member Click here to reveal e-mail address = YOUR ID
| http://www.aspfriends.com/aspfriends/ngfx-crystal.asp = JOIN/QUIT

Reply to this message...
 
    
Eric Landes (VIP)
First off, I would reconsider putting my code in the web form designer
generated code region. VS .Net could alter that for you. You might =
want to
put your code in the Page_Load event, i.e
.
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here

     Dim crReport As New StoreSKUYearCompareMHReport()
    Me.crViewer.ReportSource =3D crReport
End Sub

See if this helps when you put the crystal binding in your page_load, =
since
everytime your page roundtrips to the server, it will bind the report to =
the
viewer. =20

HTH
*************************=20
Eric Landes=20
Senior Programmer/Analyst member of the ASPFriends.com Moderator team=20
For Articles on Crystal.Net, Datagrids and more check out
http://www.aspalliance.com/corporatecoder/
*************************=20
All statements expressed are my own, and do not reflect the opinion of =
my
employer, unless stated otherwise.=20

-----Original Message-----
From: Domina Tang [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 2:08 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

Hi, Eric

I just use default setting for crViewer. The search button does appear =
on
the toolbox, while press search button, the text is set to 'END OF =
SEARCH',
but the page is always the first page of whole report.

The code is quite simple like below:
Private Sub Page_Init(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Init
'CODEGEN: This method call is required by the Web Form Designer
'Do not modify it using the code editor.
InitializeComponent()
=09
Dim crReport As New StoreSKUYearCompareMHReport()
Me.crViewer.ReportSource =3D crReport
End Sub

Thanks
Domina

-----Original Message-----
From: Eric Landes [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 2:50 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

Domina,
Can you post the code you are using to load the report into your viewer?
For instance, are you setting your toolbar to false? ie
CrystalReportViewer1.DisplayToolbar =3D False

*************************=20
Eric Landes=20
Senior Programmer/Analyst member of the ASPFriends.com Moderator team=20
For Articles on Crystal.Net, Datagrids and more check out
http://www.aspalliance.com/corporatecoder/
*************************=20
All statements expressed are my own, and do not reflect the opinion of =
my
employer, unless stated otherwise.=20

-----Original Message-----
From: Domina Tang [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 8:53 AM
To: ngfx-crystal
Subject: [ngfx-crystal] search cross_tab report

Hi, All

I create a cross_tab crystal report, but when I open the web page, the
search function of crystal report viewer seems not working.

Thanks
Domina

Confidentiality Notice: This e-mail message, including any
attachments, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not
the intended recipient, please contact the sender by reply e-mail and
destroy all copies of the original message.

PARTNERS Health Plan Phone: 574-233-4899
100 E. Wayne St., Suite 502 Fax: 574-234-7484
South Bend, IN 46601 www.partnersindiana.com

Reply to this message...
 
    
Domina Tang

Hi, Eric

I put code in Page_Init because I learn it from www.crystaldecisions.com
online flash demo. I was thinking why the code is put there? Maybe the
report is just generated once and then cached?

But I did move the code to Page_Load, it's same.

Thanks
Domina
-----Original Message-----
From: Eric Landes [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 4:27 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

First off, I would reconsider putting my code in the web form designer
generated code region. VS .Net could alter that for you. You might want to
put your code in the Page_Load event, i.e
.
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here

     Dim crReport As New StoreSKUYearCompareMHReport()
    Me.crViewer.ReportSource = crReport
End Sub

See if this helps when you put the crystal binding in your page_load, since
everytime your page roundtrips to the server, it will bind the report to the
viewer.

HTH
*************************
Eric Landes
Senior Programmer/Analyst member of the ASPFriends.com Moderator team
For Articles on Crystal.Net, Datagrids and more check out
http://www.aspalliance.com/corporatecoder/
*************************
All statements expressed are my own, and do not reflect the opinion of my
employer, unless stated otherwise.

-----Original Message-----
From: Domina Tang [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 2:08 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

Hi, Eric

I just use default setting for crViewer. The search button does appear on
the toolbox, while press search button, the text is set to 'END OF SEARCH',
but the page is always the first page of whole report.

The code is quite simple like below:
Private Sub Page_Init(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Init
'CODEGEN: This method call is required by the Web Form Designer
'Do not modify it using the code editor.
InitializeComponent()
    
Dim crReport As New StoreSKUYearCompareMHReport()
Me.crViewer.ReportSource = crReport
End Sub

Thanks
Domina

-----Original Message-----
From: Eric Landes [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 2:50 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

Domina,
Can you post the code you are using to load the report into your viewer?
For instance, are you setting your toolbar to false? ie
CrystalReportViewer1.DisplayToolbar = False

*************************
Eric Landes
Senior Programmer/Analyst member of the ASPFriends.com Moderator team
For Articles on Crystal.Net, Datagrids and more check out
http://www.aspalliance.com/corporatecoder/
*************************
All statements expressed are my own, and do not reflect the opinion of my
employer, unless stated otherwise.

-----Original Message-----
From: Domina Tang [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 8:53 AM
To: ngfx-crystal
Subject: [ngfx-crystal] search cross_tab report

Hi, All

I create a cross_tab crystal report, but when I open the web page, the
search function of crystal report viewer seems not working.

Thanks
Domina

Confidentiality Notice: This e-mail message, including any
attachments, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not
the intended recipient, please contact the sender by reply e-mail and
destroy all copies of the original message.

PARTNERS Health Plan Phone: 574-233-4899
100 E. Wayne St., Suite 502 Fax: 574-234-7484
South Bend, IN 46601 www.partnersindiana.com

| [ngfx-crystal] member Click here to reveal e-mail address = YOUR ID
| http://www.aspfriends.com/aspfriends/ngfx-crystal.asp = JOIN/QUIT

Reply to this message...
 
    
Eric Landes (VIP)
Domina,=20
Can you move between pages with the page controls in the viewer? Or do =
you
only see the first page when you click on those controls?

Eric

-----Original Message-----
From: Domina Tang [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 3:38 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

Hi, Eric

I put code in Page_Init because I learn it from www.crystaldecisions.com
online flash demo. I was thinking why the code is put there? Maybe the
report is just generated once and then cached?

But I did move the code to Page_Load, it's same.

Thanks
Domina
-----Original Message-----
From: Eric Landes [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 4:27 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

First off, I would reconsider putting my code in the web form designer
generated code region. VS .Net could alter that for you. You might =
want to
put your code in the Page_Load event, i.e
.
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here

     Dim crReport As New StoreSKUYearCompareMHReport()
    Me.crViewer.ReportSource =3D crReport
End Sub

See if this helps when you put the crystal binding in your page_load, =
since
everytime your page roundtrips to the server, it will bind the report to =
the
viewer. =20

HTH
*************************=20
Eric Landes=20
Senior Programmer/Analyst member of the ASPFriends.com Moderator team=20
For Articles on Crystal.Net, Datagrids and more check out
http://www.aspalliance.com/corporatecoder/
*************************=20
All statements expressed are my own, and do not reflect the opinion of =
my
employer, unless stated otherwise.=20

-----Original Message-----
From: Domina Tang [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 2:08 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

Hi, Eric

I just use default setting for crViewer. The search button does appear =
on
the toolbox, while press search button, the text is set to 'END OF =
SEARCH',
but the page is always the first page of whole report.

The code is quite simple like below:
Private Sub Page_Init(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Init
'CODEGEN: This method call is required by the Web Form Designer
'Do not modify it using the code editor.
InitializeComponent()
=09
Dim crReport As New StoreSKUYearCompareMHReport()
Me.crViewer.ReportSource =3D crReport
End Sub

Thanks
Domina

-----Original Message-----
From: Eric Landes [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 2:50 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

Domina,
Can you post the code you are using to load the report into your viewer?
For instance, are you setting your toolbar to false? ie
CrystalReportViewer1.DisplayToolbar =3D False

*************************=20
Eric Landes=20
Senior Programmer/Analyst member of the ASPFriends.com Moderator team=20
For Articles on Crystal.Net, Datagrids and more check out
http://www.aspalliance.com/corporatecoder/
*************************=20
All statements expressed are my own, and do not reflect the opinion of =
my
employer, unless stated otherwise.=20

-----Original Message-----
From: Domina Tang [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 8:53 AM
To: ngfx-crystal
Subject: [ngfx-crystal] search cross_tab report

Hi, All

I create a cross_tab crystal report, but when I open the web page, the
search function of crystal report viewer seems not working.

Thanks
Domina

Confidentiality Notice: This e-mail message, including any
attachments, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not
the intended recipient, please contact the sender by reply e-mail and
destroy all copies of the original message.

PARTNERS Health Plan Phone: 574-233-4899
100 E. Wayne St., Suite 502 Fax: 574-234-7484
South Bend, IN 46601 www.partnersindiana.com

| [ngfx-crystal] member Click here to reveal e-mail address =3D YOUR ID
| http://www.aspfriends.com/aspfriends/ngfx-crystal.asp =3D JOIN/QUIT

| [ngfx-crystal] member Click here to reveal e-mail address =3D YOUR ID
| http://www.aspfriends.com/aspfriends/ngfx-crystal.asp =3D JOIN/QUIT

Confidentiality Notice: This e-mail message, including any
attachments, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not
the intended recipient, please contact the sender by reply e-mail and
destroy all copies of the original message.

PARTNERS Health Plan Phone: 574-233-4899
100 E. Wayne St., Suite 502 Fax: 574-234-7484
South Bend, IN 46601 www.partnersindiana.com

Reply to this message...
 
    
Domina Tang
Hi, Eric

I can move between pages with page controls.
Domina

-----Original Message-----
From: Eric Landes [mailto:Click here to reveal e-mail address]
Sent: Wednesday, July 24, 2002 4:57 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

Domina,
Can you move between pages with the page controls in the viewer? Or do you
only see the first page when you click on those controls?

Eric

-----Original Message-----
From: Domina Tang [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 3:38 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

Hi, Eric

I put code in Page_Init because I learn it from www.crystaldecisions.com
online flash demo. I was thinking why the code is put there? Maybe the
report is just generated once and then cached?

But I did move the code to Page_Load, it's same.

Thanks
Domina
-----Original Message-----
From: Eric Landes [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 4:27 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

First off, I would reconsider putting my code in the web form designer
generated code region. VS .Net could alter that for you. You might want to
put your code in the Page_Load event, i.e
.
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here

     Dim crReport As New StoreSKUYearCompareMHReport()
    Me.crViewer.ReportSource = crReport
End Sub

See if this helps when you put the crystal binding in your page_load, since
everytime your page roundtrips to the server, it will bind the report to the
viewer.

HTH
*************************
Eric Landes
Senior Programmer/Analyst member of the ASPFriends.com Moderator team
For Articles on Crystal.Net, Datagrids and more check out
http://www.aspalliance.com/corporatecoder/
*************************
All statements expressed are my own, and do not reflect the opinion of my
employer, unless stated otherwise.

-----Original Message-----
From: Domina Tang [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 2:08 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

Hi, Eric

I just use default setting for crViewer. The search button does appear on
the toolbox, while press search button, the text is set to 'END OF SEARCH',
but the page is always the first page of whole report.

The code is quite simple like below:
Private Sub Page_Init(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Init
'CODEGEN: This method call is required by the Web Form Designer
'Do not modify it using the code editor.
InitializeComponent()
    
Dim crReport As New StoreSKUYearCompareMHReport()
Me.crViewer.ReportSource = crReport
End Sub

Thanks
Domina

-----Original Message-----
From: Eric Landes [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 2:50 PM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: search cross_tab report

Domina,
Can you post the code you are using to load the report into your viewer?
For instance, are you setting your toolbar to false? ie
CrystalReportViewer1.DisplayToolbar = False

*************************
Eric Landes
Senior Programmer/Analyst member of the ASPFriends.com Moderator team
For Articles on Crystal.Net, Datagrids and more check out
http://www.aspalliance.com/corporatecoder/
*************************
All statements expressed are my own, and do not reflect the opinion of my
employer, unless stated otherwise.

-----Original Message-----
From: Domina Tang [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 23, 2002 8:53 AM
To: ngfx-crystal
Subject: [ngfx-crystal] search cross_tab report

Hi, All

I create a cross_tab crystal report, but when I open the web page, the
search function of crystal report viewer seems not working.

Thanks
Domina

Confidentiality Notice: This e-mail message, including any
attachments, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not
the intended recipient, please contact the sender by reply e-mail and
destroy all copies of the original message.

PARTNERS Health Plan Phone: 574-233-4899
100 E. Wayne St., Suite 502 Fax: 574-234-7484
South Bend, IN 46601 www.partnersindiana.com

| [ngfx-crystal] member Click here to reveal e-mail address = YOUR ID
| http://www.aspfriends.com/aspfriends/ngfx-crystal.asp = JOIN/QUIT

| [ngfx-crystal] member Click here to reveal e-mail address = YOUR ID
| http://www.aspfriends.com/aspfriends/ngfx-crystal.asp = JOIN/QUIT

Confidentiality Notice: This e-mail message, including any
attachments, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not
the intended recipient, please contact the sender by reply e-mail and
destroy all copies of the original message.

PARTNERS Health Plan Phone: 574-233-4899
100 E. Wayne St., Suite 502 Fax: 574-234-7484
South Bend, IN 46601 www.partnersindiana.com

| [ngfx-crystal] member Click here to reveal e-mail address = YOUR ID
| http://www.aspfriends.com/aspfriends/ngfx-crystal.asp = JOIN/QUIT

Reply to this message...
 
 
System.EventArgs
System.Object




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification