Hi,
I have this dialog:
I want when I press in button Ok , I can run this treatment in batch job
Have you any idea ?
Hi,
I have this dialog:
I want when I press in button Ok , I can run this treatment in batch job
Have you any idea ?
Hi BASMA,
You could also try to use the new SysOperation framework.
The SysOperation framework replaces the RunBase Framework and provides infrastructure for creating user interaction dialog boxes and integration with the batch server for batch processing. The purpose of the SysOperation framework is to provide the same capabilities as the RunBase framework but with base implementations for common overrides.
For more details: www.artofcreation.be/.../
And MS white paper:docs.microsoft.com/.../introducing-the-sysoperation-framework-white-paper
Hi Basma,
You will need to implement the RunbaseBatch framework for this class and make the necessary changes. I would suggest you create a new class extending the RunbaseBatch class and copy over the code changes from your existing class to the new one.
You can follow "Tutorial_RunbaseBatch" class as an example.
André Arnaud de Cal...
292,494
Super User 2025 Season 1
Martin Dráb
231,305
Most Valuable Professional
nmaenpaa
101,156