And this is the setmethod: // Called from OnValidate of start and end dates in form 36 BOM.INIT; "Item No." := BOM."Line No."; "Parent Item No." := BOM."Parent Item No."; //Stuklijst."Line No." := BOM."Line No."; StartDate := StartDate; EndDate := EndDate; IF NOT MODIFY THEN INSERT;
↧