J
John Wright
I have a central program I am starting to develop that will track processing
deviations. This program is VB 2008 and needs to be called from VB 2005
programs and VB2008 programs (we have some VB 6 programs as well but I these
are getting phased out). I need to call this program, pass the logged in
user name, and fill in essential data from the calling program into the called
program. I don't really want to create a deviation form for all the existing
programs, I would just like to launch this program and fill in the corresponding
data. The following will be a typical scenerio for the program, I have indicated
what I have done with (DONE) at the end of each line
The operator is using their program to enter production data. The program
is written in VB.NET 2005.(DONE)
During processing a processing deviation occurs requiring them to create
a deviation notice (EPN).(DONE)
From the program the user would click a button or a menu item called EPN(DONE)
The program would call the EPN program, and when it is loaded, fill in the
required data
The user would then enter the remaining data, add some attachements if necessary
and start a deviation process.
The EPN program would place the material in deviation status (DONE)
As you can see I need some suggestions on how to incorporate the EPN program
into existing .NET programs with little interference and updating.
Any suggestions, right now I am open to anything? I have looked a using
web services, command line launching, embedding the EPN program in all existing
programs.
John
deviations. This program is VB 2008 and needs to be called from VB 2005
programs and VB2008 programs (we have some VB 6 programs as well but I these
are getting phased out). I need to call this program, pass the logged in
user name, and fill in essential data from the calling program into the called
program. I don't really want to create a deviation form for all the existing
programs, I would just like to launch this program and fill in the corresponding
data. The following will be a typical scenerio for the program, I have indicated
what I have done with (DONE) at the end of each line
The operator is using their program to enter production data. The program
is written in VB.NET 2005.(DONE)
During processing a processing deviation occurs requiring them to create
a deviation notice (EPN).(DONE)
From the program the user would click a button or a menu item called EPN(DONE)
The program would call the EPN program, and when it is loaded, fill in the
required data
The user would then enter the remaining data, add some attachements if necessary
and start a deviation process.
The EPN program would place the material in deviation status (DONE)
As you can see I need some suggestions on how to incorporate the EPN program
into existing .NET programs with little interference and updating.
Any suggestions, right now I am open to anything? I have looked a using
web services, command line launching, embedding the EPN program in all existing
programs.
John