5. Dezember 2007 11:50
5. Dezember 2007 12:12
5. Dezember 2007 12:19
18. Januar 2008 09:49
Window.OPEN(
'#1############################\\\\\\' +
'Jahreszahl #2#####', windowtitel, txt);
IF Window.INPUT(2,txt) =0 THEN ERROR('');
txt := '01.01.'+txt;
EVALUATE(txtdate,txt);
txtdate := txtdate + 365;
txt := FORMAT(txtdate);
SETFILTER(DurationStart,'<'+txt);
txtdate := txtdate -366;
txt := FORMAT(txtdate);
MESSAGE('Der Filter wurde gesetzt!');
SETFILTER(DurationStop,'>'+txt);
Window.CLOSE;