Index: AAPClient/ProScanMain.pas =================================================================== diff -u -r83 -r84 --- AAPClient/ProScanMain.pas (.../ProScanMain.pas) (revision 83) +++ AAPClient/ProScanMain.pas (.../ProScanMain.pas) (revision 84) @@ -127,6 +127,7 @@ //InfoLogScherm tonen if fHuidigScherm.ClassType = TfmInfoLogScherm then begin case fHuidigScherm.ModalResult of + mrHome : fHuidigScherm := fHomeScherm; mrYes : fHuidigScherm := fInfoLogScherm; mrNone : fHuidigScherm := fInfoLogScherm; mrDnaCode : fHuidigScherm := fDnaCodeScherm;