10. Oktober 2012 12:47
SLComment.SETCURRENTKEY("Document Type","No.");
SLComment.SETRANGE("Document Line No.","Line No.");
IF SLComment.FIND('+') THEN
REPEAT
SLComText := SLComment.Comment;
UNTIL SLComment.NEXT=0;
10. Oktober 2012 13:02
10. Oktober 2012 13:28