Index: ProScan/UI/UiContext.pas =================================================================== diff -u -r684 -r694 --- ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 684) +++ ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 694) @@ -34,6 +34,7 @@ fIsSSTPopupGetoond: boolean; fIsExportPopupGetoond: boolean; fIsBlumXsPopupGetoond: boolean; + fIsKartonnenPalletPopupGetoond: boolean; fServerName: string; fModus: integer; fMoetTbpCodeGenereren: boolean; @@ -67,6 +68,7 @@ Property FormHoogte: integer Read fFormHoogte Write fFormHoogte; Property LaatsteDnaCodeGoedAfgemeld: boolean Read fLaatsteDnaCodeGoedAfgemeld Write fLaatsteDnaCodeGoedAfgemeld; Property LaatstAfgedrukteDnaCodes: TStringList Read fLaatstAfgedrukteDnaCodes Write fLaatstAfgedrukteDnaCodes; + Property IsKartonnenPalletPopupGetoond: boolean Read fIsKartonnenPalletPopupGetoond write fIsKartonnenPalletPopupGetoond; end; implementation