Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling a function from one form to another
Message
 
À
25/07/2005 18:37:13
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
Environment:
C# 1.1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01035826
Message ID:
01035838
Vues:
12
Not sure i'm following, I've got a public variable on form2, when the user sets the variable in a click method it needs to run a function on form1 and close form2, all in the same click method.

Form1 form1 = new Form1();
form1.crystal_report(this.custno.Trim());
this.Close();

That doesnt seem to be working......
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform