--- dao/DelphiScanner/ParentForm.pas 2015/09/04 12:39:33 2705 +++ dao/DelphiScanner/ParentForm.pas 2016/05/31 11:50:42 3038 @@ -6,6 +6,7 @@ type IParentForm = Interface(IInterface) + procedure Msg( msg : string); procedure LogMessage( msg : string); procedure SetPrinterstatusText( txt: string; alert: boolean);