SalesLineRec.SETRANGE(/Document No./, SalesHeader./No./);
if SalesLineRec.FINDSET() then begin
repeat
if SalesLineRec./No./ = '8640' then begin
SalesLineRec.DELETE;
end;
until SalesLineRec.NEXT = 0;
end;
end;
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,277 Super User 2024 Season 2
Martin Dráb 228,126 Most Valuable Professional
nmaenpaa 101,148