Index: ProScan/UI/UiContext.pas =================================================================== diff -u -r396 -r432 --- ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 396) +++ ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 432) @@ -31,6 +31,7 @@ fDesktopMode: boolean; fIsDirecteLeveringPopupGetoond: boolean; fIsWegwerpPalletPopupGetoond: boolean; + fIsExportPopupGetoond: boolean; fServerName: string; fModus: integer; fInternVhossId: string; @@ -48,6 +49,7 @@ Property ServerName: string Read fServerName Write fServerName; Property Modus: integer Read fModus Write fModus; Property InternVhossId: string read fInternVhossId Write fInternVhossId; + Property IsExportPopupGetoond: boolean Read fIsExportPopupGetoond write fIsExportPopupGetoond; end; implementation