The 1C:Enterprise developers forum
I need to set the dates interval for all document list forms (managed forms). How can I make it programmatically?
Just got it:
LP = Items.List.Period; LP.StartDate = BegOfMonth(CurrentDate()); LP.EndDate = EndOfMonth(CurrentDate());