Index: AAPClient/UI/InfoLogScherm.pas =================================================================== diff -u -r63 -r65 --- AAPClient/UI/InfoLogScherm.pas (.../InfoLogScherm.pas) (revision 63) +++ AAPClient/UI/InfoLogScherm.pas (.../InfoLogScherm.pas) (revision 65) @@ -6,7 +6,7 @@ Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, DrieKnoppenScherm, Vcl.ActnList, Vcl.StdCtrls, Vcl.Grids, DnaCodeService, Data.DB, Datasnap.DBClient, - Vcl.DBGrids; + Vcl.DBGrids, UiContext; type TfmInfoLogScherm = class(TfmDrieKnoppenScherm)