Have to run an updation program in the background, when the user hits "Apply". Here the user could be able to enter the next data without waiting till the updation complete.
Here I am using :
Dim Retval
Retval = Shell"c:\zacdfs\back\backexe\backdemandexe.exe", vbNormalNoFocus) ' , 6)
here I am not getting the control back to my entry form until this task completed.
Is it possible to make a que, if the last instance of the shelled program not yet completed execution when the next instance comes up ?
Can I run a program residing in the Server through the programe in the client side ?
I am sure somebody can help me, please, urgent.
Here I am using :
Dim Retval
Retval = Shell"c:\zacdfs\back\backexe\backdemandexe.exe", vbNormalNoFocus) ' , 6)
here I am not getting the control back to my entry form until this task completed.
Is it possible to make a que, if the last instance of the shelled program not yet completed execution when the next instance comes up ?
Can I run a program residing in the Server through the programe in the client side ?
I am sure somebody can help me, please, urgent.