Subscriber portal
Retrieves the entered filenames from the dialog and assigns them to the internal variables.
public boolean getFromDialog()
This method is called after the dialog is closed. If the file cannot be opened, an error is thrown. When you inherit from this method, remember to call the super method.
public boolean getFromDialog() { transDate = dlgTransDate.value(); custAccount = dlgCustAccount.value(); return super(); }