Hi,
I have created one report which is process only report.
This report is running from RTC and there is a code written on the 'group footer' section for processing of data grouped by a field.
If I run this report from Classic client, it executes correctly
whereas in RTC it wont. The control is not at all going to section triggers.
Any information on this???
(I have used Report for the ease of grouping on 3 different fields)
- Ganesh
Ganesh Jagtap | Senior Technical Consultant
PO Box 36500 | Dubai | UAE
Mobile:+97150 150 5389
0
Comments
Codes written on section does not work in RTC reports.
better u find another way,like function or OnAfterGet Records.
Or you can find some standard process reports which runs in RTC & Classic both, for reference purpose.
Manish
i.e. as soon as i make report as process only, RDLC gets disabled.
And if its executing in classic client mode then, why not in from RTC as its again the classic client execution? :-k
???
PO Box 36500 | Dubai | UAE
Mobile:+97150 150 5389
RIS Plus, LLC
Its better stop thinking why in Classic client and not in RTC. :idea:
PO Box 36500 | Dubai | UAE
Mobile:+97150 150 5389
let us see why it's not executing in RTC wait for reply.
Let the Section Code be there in the report for classic.
Add an Function.
Write the code on DataItem Trigger with the ISSERVICETIER & Function to execute for RTC.
E.g.
IF ISSERVICETIER THEN BEGIN
UPDATEFUNCTION;
END;
To my knowledge this should work,if any one has other solution you can try them also.
Manish
RIS Plus, LLC