Index: ProScan/UI/UiContext.pas =================================================================== diff -u -r432 -r451 --- ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 432) +++ ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 451) @@ -35,6 +35,7 @@ fServerName: string; fModus: integer; fInternVhossId: string; + fBatchId: String; public Property Initialen: String Read fInitialen Write fInitialen; Property LoginCode: String Read fLoginCode Write fLoginCode; @@ -50,6 +51,7 @@ Property Modus: integer Read fModus Write fModus; Property InternVhossId: string read fInternVhossId Write fInternVhossId; Property IsExportPopupGetoond: boolean Read fIsExportPopupGetoond write fIsExportPopupGetoond; + Property BatchId: string Read fBatchId Write fBatchId; end; implementation