Subscriber portal
Assigns the dialog values to the internal variables after the dialog is closed.
public boolean getFromDialog()
The JmgCleanupTermReg retrieves value from cleanup mode, maximum age, and archive file name dialog fields. It is checked that maximum age is greater than or equal to 1.
Remember to call super when you inherit from this method.
public boolean getFromDialog() { transDate = dlgTransDate.value(); custAccount = dlgCustAccount.value(); return super(); }