Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open report in a new window
Message
De
20/08/2008 09:50:22
 
 
À
20/08/2008 09:20:24
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Oracle
Divers
Thread ID:
01340350
Message ID:
01340363
Vues:
10
>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>");
        }
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform