Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loading other programmers
Message
 
To
04/08/2006 07:01:24
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01142925
Message ID:
01143353
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform