I have two methods in my form.
Now I have to wait for Add Next Entry up to Email sent.
I want to bypass this waiting time by using parallelfox.
mk.
- thisform.addless()
-
thisform.sendemail()
Now I have to wait for Add Next Entry up to Email sent.
I want to bypass this waiting time by using parallelfox.
** Form.SaveButton.Click()
Thisform.Addless()
** I want to run this as parallel process.
Thisform.SendEmail()
** I want to run this line without wait for Email sent.
Thisform.Addnew.click()
Warm regards,mk.