.NETGURU
Open Report Mazimized
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.

PennJ@compex.com
After the user enters in criteria, they click a go button. The go button contains my parameter variables to be passed and then opens the report using Response.Redirect("MyReport.aspx"). Since the criteria dropdowns are in my main frame and navigation in the left frame, my report always opens in the main frame only. How can I get my report to open in it's own page?

Reply to this message...
 
    
Eric Landes (VIP)
Why not set the form action in your main page to the form you want and =
the
target to _blank?

*************************=20
Eric Landes=20
Senior Programmer/Analyst=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: Click here to reveal e-mail address [mailto:Click here to reveal e-mail address]
Sent: Wednesday, July 03, 2002 10:06 AM
To: ngfx-crystal
Subject: [ngfx-crystal] Open Report Mazimized

After the user enters in criteria, they click a go button. The go =
button
contains my parameter variables to be passed and then opens the report =
using
Response.Redirect("MyReport.aspx"). Since the criteria dropdowns are in =
my
main frame and navigation in the left frame, my report always opens in =
the
main frame only. How can I get my report to open in it's own page?

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...
 
    
PennJ@compex.com
I think targets are only for links, I'm using a button.

-----Original Message-----
From: Eric Landes [mailto:Click here to reveal e-mail address]
Sent: Monday, July 08, 2002 9:18 AM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: Open Report Mazimized

Why not set the form action in your main page to the form you want and the
target to _blank?

*************************
Eric Landes
Senior Programmer/Analyst
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: Click here to reveal e-mail address [mailto:Click here to reveal e-mail address]
Sent: Wednesday, July 03, 2002 10:06 AM
To: ngfx-crystal
Subject: [ngfx-crystal] Open Report Mazimized

After the user enters in criteria, they click a go button. The go button
contains my parameter variables to be passed and then opens the report using
Response.Redirect("MyReport.aspx"). Since the criteria dropdowns are in my
main frame and navigation in the left frame, my report always opens in the
main frame only. How can I get my report to open in it's own page?

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)
You're going to have to play with this, but I was able to open a new =
window doing this:
<form id=3D"Form1" method=3D"post" runat=3D"server" =
action=3D"testform.aspx" target=3D"_blank">
.. other objects in here
<input type=3D"submit" value=3D"click this">

</form

This opened another window, will keeping the current form. I don't have =
time to look into this fully, but you can play with this. You also =
might want to ask the quesiton about opening another form on the =
aspngfreeforall list, where you might get some other options as well.

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: Click here to reveal e-mail address
To: Click here to reveal e-mail address
Sent: Mon, 8 Jul 2002 09:21:42 -0400=20
Subject: RE: [ngfx-crystal] RE: Open Report Mazimized
[Original message clipped]

Sent: Monday, July 08, 2002 9:18 AM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: Open Report Mazimized
[Original message clipped]

Sent: Wednesday, July 03, 2002 10:06 AM
To: ngfx-crystal
Subject: [ngfx-crystal] Open Report Mazimized
[Original message clipped]

Reply to this message...
 
    
PennJ@compex.com
this works, thank you. :)

-----Original Message-----
From: eric landes [mailto:Click here to reveal e-mail address]
Sent: Monday, July 08, 2002 10:00 AM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: Open Report Mazimized

You're going to have to play with this, but I was able to open a new window doing this:
<form id="Form1" method="post" runat="server" action="testform.aspx" target="_blank">
.. other objects in here
<input type="submit" value="click this">

</form

This opened another window, will keeping the current form. I don't have time to look into this fully, but you can play with this. You also might want to ask the quesiton about opening another form on the aspngfreeforall list, where you might get some other options as well.

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: Click here to reveal e-mail address
To: Click here to reveal e-mail address
Sent: Mon, 8 Jul 2002 09:21:42 -0400
Subject: RE: [ngfx-crystal] RE: Open Report Mazimized
[Original message clipped]

Sent: Monday, July 08, 2002 9:18 AM
To: ngfx-crystal
Subject: [ngfx-crystal] RE: Open Report Mazimized
[Original message clipped]

Sent: Wednesday, July 03, 2002 10:06 AM
To: ngfx-crystal
Subject: [ngfx-crystal] Open Report Mazimized
[Original message clipped]

| [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...
 
 




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