JmgLoadArchivedTermReg.getFromDialog Method [AX 2012]

Retrieves the entered filenames from the dialog and assigns them to the internal variables.

public boolean getFromDialog()

Run On

Called

Return Value

Type: boolean
A Boolean value.

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(); 
}

Community Additions

ADD
Show: