9. Juni 2011 09:43
9. Juni 2011 09:53
FindMondayCurrWeek(CurrDate : Date) MondaysDate : Date
OffsetDays := DATE2DWY(CurrDate,1) - 1;
MondaysDate := CurrDate - OffsetDays;
EXIT(MondaysDate);
DateWeeks.SETRANGE("Period Type",DateWeeks."Period Type"::Week);
DateWeeks.SETRANGE("Period Start",FindMondayCurrWeek(CurrDate));
...
9. Juni 2011 10:04
calcdate('<CW><-WD1>',Datum)
9. Juni 2011 10:28
10. Juni 2011 09:57
10. Juni 2011 12:54
okidoki hat geschrieben:Als DataItem habe ich zunächst nur Cust. Ledger Entry. Was benötige ich noch?