Thank you for your reply...
But i did define and initialize the array as a shared variable (in a formula), and placed it in the report header section.
//
Shared StringVar Array parts := [""];
Shared numberVar x := 1;
//
Does this changes anything? or do i have to follow your instructions...
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] :=...
Hi Charliy,
Thank you for your reply.
The solution you have suggested above is specific for the example that i have mentioned - (maybe I did not explain my problem well enough)
it's not always operation_no 70 that i have to suppress.
basically, when the parent_part gets duplicated in...
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.