Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Loading other programmers
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01142925
Message ID:
01143353
Vues:
17
Hi Richard,

>How do I get another button to call the other form/project

if frmpallet is a public form, you can add AFD2003.EXE as a reference to SalesLedger and then use:
AFD2003.frmPallet myForm = new AFD2003.frmPallet();
The exact name depends on the namespace defined in AFP2003. If the form is private or internal, you have to change AFD2003 to make it public.
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform