AX – D365FFO – X++ – close methods on a form

There are “only” 5 ways to close a form:1. Close - close the form2. CloseOK – close the form, and set the OK flag – called by the commandbutton: Ok3. CloseCancel – close the form, and set the Cancel flag – called by the commandbutton: Cancel4. CloseSelectRecord – close the lookup form, and set return record5. CloseSelect – close the lookup form, and set return … Continue reading AX – D365FFO – X++ – close methods on a form