I need to know how can we use setrange , the differnce between DocAtt("No.",rec."No."); see over here inside the bracket we are using the same fields ,whereas over here we are mapping 2 tables like this ItmCharPch.SetRange("Document No.", PurchOrderLine."Document No");
i need to know the differnce?
One more doubt which i have is findset what happens when we give untill SOHeader.Next() = 0;
if SOHeader.FindSet() then
repeat
until SOHeader.Next() = 0;