I am working on crystal 11 with SQL server,
I need to modify a report that was created by an other developer who has left the company, now I have problem to find the source of a shared variable abc which is used in main reports's formula @xyz as
WhilePrintingRecords;
shared stringVar abc ;
.
One of the field in the report contains that shared variable, I tried to find in all active shubreports but could not find that, I will appreciate if somebody tell me how to find the source of this shared variable?
I need to modify a report that was created by an other developer who has left the company, now I have problem to find the source of a shared variable abc which is used in main reports's formula @xyz as
WhilePrintingRecords;
shared stringVar abc ;
.
One of the field in the report contains that shared variable, I tried to find in all active shubreports but could not find that, I will appreciate if somebody tell me how to find the source of this shared variable?