Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass a parameter to my .net exe?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Pass a parameter to my .net exe?
Versions des environnements
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01318881
Message ID:
01318881
Vues:
63
I have a very simple .net application. It's just one screen with the crystal report control on it.

Right now, I have an "open report" button I made that has some code in it like this:

dlgOpen.InitialDirectory = @"c:\";
dlgOpen.Filter = "Crystal Report|*.rpt|All|*.*";
if (dlgOpen.ShowDialog() == DialogResult.OK)
{
crystalReportViewer1.ReportSource = dlgOpen.FileName;
}


...what I want to do is avoid the need for the user to have to click the 'open file' button, and just pass the name of the report with the exe. so in foxpro, I could do something like this:

Run /n MyNetCRapp.exe myreportnme.rpt


...since I'm not up on C# yet I don't have a clue how to do ths..anyone have any ideas?

Thanks!
ICQ 10556 (ya), 254117
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform