Hello forum,
I have the below formula embedded in my report...
//
WhilePrintingRecords;
StringVar Array parts;
if parts[1] = "" then parts[1] := {@addParentParts}
else if not({@addParentParts} in parts) then
(
redim preserve parts[Ubound(parts)+1];
parts[UBound(parts) + 1] :=...
Hello Friends,
I have a crystal report that contains below groups...
operation_no,
wc_no,
parent_part,
component_part,
next_op
for groups operation_no and wc_no's,
parent_part and component_part get duplicated.
please see below example...
operation_no: 20
wc_no: BR220...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.