Hi there,
CR version 8.5,
I need a support with using of whileprinting function.
In my subreport I made a formula which says:
whileprintingrecords;
shared stringvar name: name{client.name}
I placed this in details and it works!
In my main report I made a formula which says:
shared stringvar name;
I placed this in details in my main report
but I'm getting for the first record empty and the rest advanced.
Like :
mainreport Subreport
Order Name (SHOULD GIVE RECORDS)
1 A
2 A B
3 B C
4 C D
5 D E
pls help me to fix this out.
thx,
M.
CR version 8.5,
I need a support with using of whileprinting function.
In my subreport I made a formula which says:
whileprintingrecords;
shared stringvar name: name{client.name}
I placed this in details and it works!
In my main report I made a formula which says:
shared stringvar name;
I placed this in details in my main report
but I'm getting for the first record empty and the rest advanced.
Like :
mainreport Subreport
Order Name (SHOULD GIVE RECORDS)
1 A
2 A B
3 B C
4 C D
5 D E
pls help me to fix this out.
thx,
M.