I have created a form which is called from a class which implements runbase batch, so I have got a batch tab on the form.
When I include the job for the batch process, it does not use the current batch parameters, am I missing something?
You are missing the call to super()
in the getFromDialog
, pack
or unpack
methods.