hello,
I add new parm in batch dialog :
I want when I activate MultiThread, activate automatically the batch processing
have you any idea about how to activate this button
I use this code but the batch processing always not activated
public boolean validate(Object _calledFrom = null) { if (multiThread) { return this.batchInfo().parmBatchExecute(true); } return checkFailed(""); }
You can use Validate method as it will be called before run.
hello,
I use RunBaseBatch
which method I can use it to validate multiThread and set Batch processing to true?
Hi BASMA, Probably you can try leveraging below article.
Also there would be another solution to validate if multiThread is enabled then on close of dialog, check value of Batch processing.
André Arnaud de Cal...
292,031
Super User 2025 Season 1
Martin Dráb
230,868
Most Valuable Professional
nmaenpaa
101,156