Index: ProScan/UI/UiContext.pas =================================================================== diff -u -r644 -r684 --- ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 644) +++ ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 684) @@ -36,6 +36,7 @@ fIsBlumXsPopupGetoond: boolean; fServerName: string; fModus: integer; + fMoetTbpCodeGenereren: boolean; fInternVhossId: string; fBatchId: String; fFormBreedte: integer; @@ -57,6 +58,7 @@ Property IsSSTPopupGetoond: boolean Read fIsSSTPopupGetoond Write fIsSSTPopupGetoond; Property ServerName: string Read fServerName Write fServerName; Property Modus: integer Read fModus Write fModus; + Property MoetTbpCodeGenereren: boolean Read fMoetTbpCodeGenereren Write fMoetTbpCodeGenereren; Property InternVhossId: string read fInternVhossId Write fInternVhossId; Property IsExportPopupGetoond: boolean Read fIsExportPopupGetoond write fIsExportPopupGetoond; Property IsBlumXsPopupGetoond: boolean Read fIsBlumXsPopupGetoond write fIsBlumXsPopupGetoond;