Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open report in a new window
Message
From
20/08/2008 09:50:22
 
 
To
20/08/2008 09:20:24
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Oracle
Miscellaneous
Thread ID:
01340350
Message ID:
01340363
Views:
9
>Hello All,
>
>I would like to be able to generate a report in Crystal, then have that open in a new window, can anyone help me out?

Might be best to do it the other way around - generate the report from within the new window. You could then use something like:
       protected void ReportButton_Click(object sender, EventArgs e)
        {
            Response.Write("<script>window.open('GenerateReport.aspx');</script>");
        }
Previous
Reply
Map
View

Click here to load this message in the networking platform