Index: ProScan/UI/UiContext.pas =================================================================== diff -u -r497 -r529 --- ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 497) +++ ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 529) @@ -31,6 +31,7 @@ fDesktopMode: boolean; fIsDirecteLeveringPopupGetoond: boolean; fIsWegwerpPalletPopupGetoond: boolean; + fIsSSTPopupGetoond: boolean; fIsExportPopupGetoond: boolean; fServerName: string; fModus: integer; @@ -50,6 +51,7 @@ Property DesktopMode: boolean Read fDesktopMode Write fDesktopMode; Property IsDirecteLeveringPopupGetoond: boolean Read fIsDirecteLeveringPopupGetoond Write fIsDirecteLeveringPopupGetoond; Property IsWegwerpPalletPopupGetoond: boolean Read fIsWegwerpPalletPopupGetoond Write fIsWegwerpPalletPopupGetoond; + Property IsSSTPopupGetoond: boolean Read fIsSSTPopupGetoond Write fIsSSTPopupGetoond; Property ServerName: string Read fServerName Write fServerName; Property Modus: integer Read fModus Write fModus; Property InternVhossId: string read fInternVhossId Write fInternVhossId;